mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
parent
535db72607
commit
c7be59c122
@ -1,4 +1,4 @@
|
||||
# RAG with Mulitple Indexes (Fusion)
|
||||
# RAG with Multiple Indexes (Fusion)
|
||||
|
||||
A QA application that queries multiple domain-specific retrievers and selects the most relevant documents from across all retrieved results.
|
||||
|
||||
@ -70,4 +70,4 @@ We can access the template from code with:
|
||||
from langserve.client import RemoteRunnable
|
||||
|
||||
runnable = RemoteRunnable("http://localhost:8000/rag-multi-index-fusion")
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user