Open jmartisk opened 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.
Very interesting
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.