From 82b5dbbb8de154be367d9896f058a79184c39704 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 22 Aug 2025 15:49:25 +0800 Subject: [PATCH] fix notebook --- cookbook/pageindex_RAG_simple.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/pageindex_RAG_simple.ipynb b/cookbook/pageindex_RAG_simple.ipynb index 8721dd5..4cf9c92 100644 --- a/cookbook/pageindex_RAG_simple.ipynb +++ b/cookbook/pageindex_RAG_simple.ipynb @@ -198,7 +198,7 @@ "id": "Mzd1VWjwMUJL" }, "source": [ - "### Submit a document with PageIndex SDK" + "### Submit a document for PageIndex tree generation" ] }, { @@ -222,7 +222,7 @@ } ], "source": [ - "# You can also use our GitHub repo to generate PageIndex structure\n", + "# You can also use our GitHub repo to generate PageIndex tree\n", "# https://github.com/VectifyAI/PageIndex\n", "\n", "pdf_url = \"https://arxiv.org/pdf/2501.12948.pdf\"\n", @@ -512,7 +512,7 @@ }, { "cell_type": "code", - "execution_count": 59, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/",