quarkus-langchain4j icon indicating copy to clipboard operation
quarkus-langchain4j copied to clipboard

Look into supporting langchain4j-vertex-ai-gemini

Open geoand opened this issue 1 year ago • 5 comments

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

  • Depends on: #185

geoand avatar Dec 22 '23 16:12 geoand

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

geoand avatar Jan 10 '24 09:01 geoand

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.

cescoffier avatar Jan 10 '24 09:01 cescoffier

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

geoand avatar Jan 10 '24 09:01 geoand

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.

cescoffier avatar Jan 11 '24 08:01 cescoffier

I need to check it out and see

geoand avatar Jan 11 '24 09:01 geoand