File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 322
322
"metadata" : {},
323
323
"outputs" : [],
324
324
"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 " ,
335
326
" upload_files_to_vector_store(text_vector_store_id, df, column_name=\" text\" ) "
336
327
]
337
328
},
358
349
"outputs" : [],
359
350
"source" : [
360
351
" # 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 " ,
362
353
" print(f\" 🔍 Query: {query}\\ n\" )\n " ,
363
354
" \n " ,
364
355
" # Execute the search with filtering\n " ,
388
379
"metadata" : {},
389
380
"outputs" : [],
390
381
"source" : [
391
- " query = \" What were the reviews like for the spaghetti presentation ?\"\n " ,
382
+ " query = \" Where there any comments about the ' spaghetti' ?\"\n " ,
392
383
" print(f\" 🔍 Query: {query}\\ n\" )\n " ,
393
384
" \n " ,
394
385
" response = client.responses.create(\n " ,
You can’t perform that action at this time.
0 commit comments