From 95b6f057f927e266acfbfbbbc1b069ac2a6984dc Mon Sep 17 00:00:00 2001 From: thomasht86 Date: Fri, 1 Nov 2024 13:56:59 +0100 Subject: [PATCH] token id --- .../examples/visual_pdf_rag_with_vespa_colpali_cloud.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" ] }, {