Jeff Tang 5 mesiacov pred
rodič
commit
6dca215784

+ 1 - 1
recipes/3p_integrations/togetherai/multimodal_RAG_with_nvidia_investor_slide_deck.ipynb

@@ -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",