From a52fcd606d1c4cfd35b06b09d051373b3bb0cdbe Mon Sep 17 00:00:00 2001 From: richzw <1590890+richzw@users.noreply.github.com> Date: Sat, 18 May 2024 01:25:54 +0800 Subject: [PATCH] chore: correct the image folder (#13558) --- .../docs/examples/multi_modal/gpt4o_mm_structured_outputs.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/multi_modal/gpt4o_mm_structured_outputs.ipynb b/docs/docs/examples/multi_modal/gpt4o_mm_structured_outputs.ipynb index 8f6d23c42c..1e55f42889 100644 --- a/docs/docs/examples/multi_modal/gpt4o_mm_structured_outputs.ipynb +++ b/docs/docs/examples/multi_modal/gpt4o_mm_structured_outputs.ipynb @@ -106,7 +106,7 @@ "from llama_index.core import SimpleDirectoryReader, Document\n", "\n", "# context images\n", - "image_path = \"./paper_cards\"\n", + "image_path = \"./data\"\n", "image_documents = SimpleDirectoryReader(image_path).load_data()" ] }, -- GitLab