quarkiverse / quarkus-langchain4j

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

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

Open geoand opened 7 months ago

geoand commented 7 months ago

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

geoand commented 6 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 6 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 6 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 6 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 6 months ago

I need to check it out and see