docs: Update templates README.md (#15013)

Mulitple -> Multiple
This commit is contained in:
Ikko Eltociear Ashimine 2023-12-22 02:04:05 +09:00 committed by GitHub
parent 535db72607
commit c7be59c122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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