From b4cd0c9ce8720661ae0ce0bbd1d561ff18e96bdb Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Sat, 14 Oct 2023 07:55:25 +0545 Subject: [PATCH] fix typos in cookbook/Semi_structured_and_multi_modal_RAG.ipynb --- 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 7b0cf668e6fa8..9ede9f914438e 100644 --- a/cookbook/Semi_structured_and_multi_modal_RAG.ipynb +++ b/cookbook/Semi_structured_and_multi_modal_RAG.ipynb @@ -424,7 +424,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:" ] }, { @@ -445,7 +445,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]" ] }, @@ -556,7 +556,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?\")" ] }, {