quarkiverse / quarkus-langchain4j

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

Support for AWS bedrock #603

Open ginccc opened 6 months ago

ginccc commented 6 months ago

Hi there!

Are there any plans to support the langchain4j AWS bedrock integrations? Would be great if it could be added at some point..

geoand commented 6 months ago

Definitely!

abhilashapractice commented 6 months ago

I would like to contribute on this issue. Is there any specific process of this?

geoand commented 6 months ago

Not that I know of

rndtavares commented 4 months ago

some news on that issue? How to contribute?

geoand commented 4 months ago

The easiest way to include this would be to reuse what LangChain4j has and just set up the proper beans (as is done for other providers). The hard path is to use our own REST Client for the calls.