From fc8dc6bb39e6b1cf64ecd3544b758832012bc301 Mon Sep 17 00:00:00 2001 From: Naveen RS <57190478+naveentnj@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:47:23 +0530 Subject: [PATCH] Update Multi_modal_RAG.ipynb (#15378) Updated comment for better understanding --- cookbook/Multi_modal_RAG.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/Multi_modal_RAG.ipynb b/cookbook/Multi_modal_RAG.ipynb index cbfccdfdd01..642e13623b1 100644 --- a/cookbook/Multi_modal_RAG.ipynb +++ b/cookbook/Multi_modal_RAG.ipynb @@ -341,7 +341,7 @@ "Add raw docs and doc summaries to [Multi Vector Retriever](https://python.langchain.com/docs/modules/data_connection/retrievers/multi_vector#summary): \n", "\n", "* Store the raw texts, tables, and images in the `docstore`.\n", - "* Store the texts, table summaries, and image summaries in the `vectorstore` for semantic retrieval." + "* Store the texts, table summaries, and image summaries in the `vectorstore` for efficient semantic retrieval." ] }, {