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 8f6d23c42c66d57ca226cc8c721c7a59b03844cb..1e55f4288930df7f827546a9d033063bb5d4ec65 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()" ] },