Skip to content

Commit

Permalink
docs: Update templates README.md (langchain-ai#15013)
Browse files Browse the repository at this point in the history
Mulitple -> Multiple
  • Loading branch information
eltociear authored Dec 21, 2023
1 parent 535db72 commit c7be59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/rag-multi-index-fusion/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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")
```
```

0 comments on commit c7be59c

Please sign in to comment.