Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxtang committed Nov 26, 2024
1 parent 2a710b8 commit 6dca215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6dca215

Please sign in to comment.