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

Elasticsearch integration

Open jmartisk opened this issue 1 year ago • 2 comments

Langchain4j supports an Elasticsearch embedding store. To properly integrate it with our quarkus-elasticsearch-rest extension, we will need a few changes upstream to allow passing a pre-created elasticsearch client.

I've been also thinking that maybe we could implement more stuff beyond the embedding store, maybe some kind of full-text content retriever based on Elasticsearch would make sense.

jmartisk avatar Mar 08 '24 11:03 jmartisk

I think @yrodiere had some thoughts on this

geoand avatar Mar 08 '24 11:03 geoand

Some related happen here https://github.com/quarkiverse/quarkus-langchain4j/pull/213

sebastienblanc avatar Mar 10 '24 09:03 sebastienblanc