diff --git a/recipes/3p_integrations/togetherai/multimodal_RAG_with_nvidia_investor_slide_deck.ipynb b/recipes/3p_integrations/togetherai/multimodal_RAG_with_nvidia_investor_slide_deck.ipynb
index a5218546b5e51b73937b53cbd4ca78f5ac882e98..20dd8215280c39656b18eed91f503b522ea17e7d 100644
--- a/recipes/3p_integrations/togetherai/multimodal_RAG_with_nvidia_investor_slide_deck.ipynb
+++ b/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",