Skip to content

Commit d34d56c

Browse files
committed
Image understanding tidy up prompts
1 parent d68a124 commit d34d56c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

examples/multimodal/image_understanding_with_rag.ipynb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,16 +322,7 @@
322322
"metadata": {},
323323
"outputs": [],
324324
"source": [
325-
"upload_files_to_vector_store(text_image_vector_store_id, df)"
326-
]
327-
},
328-
{
329-
"cell_type": "code",
330-
"execution_count": null,
331-
"metadata": {},
332-
"outputs": [],
333-
"source": [
334-
"\n",
325+
"upload_files_to_vector_store(text_image_vector_store_id, df)\n",
335326
"upload_files_to_vector_store(text_vector_store_id, df, column_name=\"text\") "
336327
]
337328
},
@@ -358,7 +349,7 @@
358349
"outputs": [],
359350
"source": [
360351
"# Query the vector store for spaghetti reviews in July\n",
361-
"query = \"What were the reviews like for the spaghetti presentation?\"\n",
352+
"query = \"Where there any comments about the 'spaghetti'?\"\n",
362353
"print(f\"🔍 Query: {query}\\n\")\n",
363354
"\n",
364355
"# Execute the search with filtering\n",
@@ -388,7 +379,7 @@
388379
"metadata": {},
389380
"outputs": [],
390381
"source": [
391-
"query = \"What were the reviews like for the spaghetti presentation?\"\n",
382+
"query = \"Where there any comments about the 'spaghetti'?\"\n",
392383
"print(f\"🔍 Query: {query}\\n\")\n",
393384
"\n",
394385
"response = client.responses.create(\n",

0 commit comments

Comments
 (0)