From 7f0145315a5c8c4f5b22bfe28ce92ab46027aa8f Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Tue, 17 Oct 2023 07:52:21 +0545 Subject: [PATCH] fix typos in cookbook/Semi_structured_and_multi_modal_RAG.ipynb (#11794) I have fixed some typos in file `cookbook/Semi_structured_and_multi_modal_RAG.ipynb`. I kindly request the repo maintainers to review and merge it. Thanks! --- cookbook/Semi_structured_and_multi_modal_RAG.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/Semi_structured_and_multi_modal_RAG.ipynb b/cookbook/Semi_structured_and_multi_modal_RAG.ipynb index f631c7e3d4..70cfbbd78f 100644 --- a/cookbook/Semi_structured_and_multi_modal_RAG.ipynb +++ b/cookbook/Semi_structured_and_multi_modal_RAG.ipynb @@ -505,7 +505,7 @@ "id": "fc2bcc4c-c05d-4417-aaf9-78acd754dde6", "metadata": {}, "source": [ - "Here is our retrieval of that table from the natural langugae query:" + "Here is our retrieval of that table from the natural language query:" ] }, { @@ -526,7 +526,7 @@ } ], "source": [ - "# We can retrive this table\n", + "# We can retrieve this table\n", "retriever.get_relevant_documents(\"What are results for LLaMA across across domains / subjects?\")[1]" ] }, @@ -649,7 +649,7 @@ } ], "source": [ - "chain.invoke(\"What is the performance of LLaVa across across mutiple image domains / subjects?\")" + "chain.invoke(\"What is the performance of LLaVa across across multiple image domains / subjects?\")" ] }, {