From be04695554fd81c134eaac370f2a111d14ffb3f8 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Tue, 17 Oct 2023 07:54:20 +0545 Subject: [PATCH] fix typos in cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb (#11791) I have fixed some typos in file `cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb`. I kindly request the repo maintainers to review and merge it. Thanks! --- cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb b/cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb index 3f1454a764..94173144f2 100644 --- a/cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb +++ b/cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb @@ -532,7 +532,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?\")" ] }, {