Skip to content

Commit c7be59c

Browse files
authored
docs: Update templates README.md (langchain-ai#15013)
Mulitple -> Multiple
1 parent 535db72 commit c7be59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/rag-multi-index-fusion/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RAG with Mulitple Indexes (Fusion)
1+
# RAG with Multiple Indexes (Fusion)
22

33
A QA application that queries multiple domain-specific retrievers and selects the most relevant documents from across all retrieved results.
44

@@ -70,4 +70,4 @@ We can access the template from code with:
7070
from langserve.client import RemoteRunnable
7171

7272
runnable = RemoteRunnable("http://localhost:8000/rag-multi-index-fusion")
73-
```
73+
```

0 commit comments

Comments
 (0)