From 95e2cfa892b1702226cffb1ac58887b57733f58f Mon Sep 17 00:00:00 2001 From: zmtomorrow Date: Fri, 22 Aug 2025 10:54:36 +0100 Subject: [PATCH] fix image --- cookbook/pageindex_RAG_simple.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cookbook/pageindex_RAG_simple.ipynb b/cookbook/pageindex_RAG_simple.ipynb index dcaa200..65dc549 100644 --- a/cookbook/pageindex_RAG_simple.ipynb +++ b/cookbook/pageindex_RAG_simple.ipynb @@ -24,7 +24,9 @@ " 📦 GitHub  •  \n", " 💬 Discord  •  \n", " ✉️ Contact \n", - "

" + "

\n", + "\n", + "---" ] }, { @@ -40,7 +42,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Introduction\n", + "## PageIndex Introduction\n", "PageIndex is a new **vectorless RAG** framework. It conduct retrieval in two steps: \n", "1. Generate a tree structure to index documents \n", "2. Perform reasoning-based retrieval through tree search \n",