From c7be59c1226192e1d0f3dcf30591a6f143140af4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 22 Dec 2023 02:04:05 +0900 Subject: [PATCH] docs: Update templates README.md (#15013) Mulitple -> Multiple --- templates/rag-multi-index-fusion/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rag-multi-index-fusion/README.md b/templates/rag-multi-index-fusion/README.md index 266b15f42e7..57fe52edf8e 100644 --- a/templates/rag-multi-index-fusion/README.md +++ b/templates/rag-multi-index-fusion/README.md @@ -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") -``` \ No newline at end of file +```