We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535db72 commit c7be59cCopy full SHA for c7be59c
templates/rag-multi-index-fusion/README.md
@@ -1,4 +1,4 @@
1
-# RAG with Mulitple Indexes (Fusion)
+# RAG with Multiple Indexes (Fusion)
2
3
A QA application that queries multiple domain-specific retrievers and selects the most relevant documents from across all retrieved results.
4
@@ -70,4 +70,4 @@ We can access the template from code with:
70
from langserve.client import RemoteRunnable
71
72
runnable = RemoteRunnable("http://localhost:8000/rag-multi-index-fusion")
73
-```
+```
0 commit comments