quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
148 stars 89 forks source link

Look into supporting langchain4j-vertex-ai-gemini #187

Open geoand opened 11 months ago

geoand commented 11 months ago

This module depends on gRPC so we'll have to see what the best way of supporting it is

geoand commented 10 months ago

@cescoffier is there anything we can do on the gRPC thing or do we just have to accept it and consume it?

cescoffier commented 10 months ago

Do we have the proto files? I would re-generate the client in the extension and use that. Otherwise, we would not have tracing / security / observability support.

geoand commented 10 months ago

They seem to be coming from here

But then there is a lot of stuff built on top here which I doubt we can replicate easily

cescoffier commented 10 months ago

I think that code has been generated by protoc (we do the same). So except if they have a custom protoc we should end up with the same.

geoand commented 10 months ago

I need to check it out and see