diff --git a/docs/sphinx/source/examples/visual_pdf_rag_with_vespa_colpali_cloud.ipynb b/docs/sphinx/source/examples/visual_pdf_rag_with_vespa_colpali_cloud.ipynb index 276dbf2f..d11db455 100644 --- a/docs/sphinx/source/examples/visual_pdf_rag_with_vespa_colpali_cloud.ipynb +++ b/docs/sphinx/source/examples/visual_pdf_rag_with_vespa_colpali_cloud.ipynb @@ -296,14 +296,15 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "8987066c", "metadata": { "id": "8987066c" }, "outputs": [], "source": [ - "VESPA_TOKEN_ID = \"colpalidemo_write\" # This needs to match the token_id that you created in the Vespa Cloud Console" + "# Replace this with the id of your token\n", + "VESPA_TOKEN_ID = \"pyvespa_integration\" # This needs to match the token_id that you created in the Vespa Cloud Console" ] }, {