|
@@ -723,7 +723,7 @@
|
|
|
"source": [
|
|
|
"# Use ColQwen2 to index and store the presentation\n",
|
|
|
"index_name = \"nvidia_index\"\n",
|
|
|
- "model.index(input_path=Path(\"/content/nvidia_presentation.pdf\"),\n",
|
|
|
+ "model.index(input_path=Path(\"nvidia_presentation.pdf\"),\n",
|
|
|
" index_name=index_name,\n",
|
|
|
" store_collection_with_index=True, # Stores base64 images along with the vectors\n",
|
|
|
" overwrite=True\n",
|