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

Support multiple embedding stores #335

Open jmartisk opened 8 months ago

jmartisk commented 8 months ago

Especially with the new advanced RAG and query routers, it's becoming clear we will need to support using multiple embedding stores in a single app. See https://github.com/langchain4j/langchain4j-examples/blob/main/rag-examples/src/main/java/_03_Advanced_RAG_with_Query_Routing.java for an example demonstrating how it's useful.

geoand commented 8 months ago

Very interesting