From 7b5cc6a73d8aa2b2eb3956f8b827b7a95e1a40d4 Mon Sep 17 00:00:00 2001 From: zmtomorrow Date: Fri, 22 Aug 2025 10:17:45 +0100 Subject: [PATCH] fix image --- cookbook/pageindex_RAG_simple.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/pageindex_RAG_simple.ipynb b/cookbook/pageindex_RAG_simple.ipynb index fbfef47..dcaa200 100644 --- a/cookbook/pageindex_RAG_simple.ipynb +++ b/cookbook/pageindex_RAG_simple.ipynb @@ -565,7 +565,7 @@ "id": "_1kaGD3GcG1O" }, "source": [ - "# 🎯 What's Next\n", + "## 🎯 What's Next\n", "\n", "This notebook has demonstrated a basic, minimal example of **reasoning-based**, **vectorless** RAG with PageIndex. The workflow illustrates the core idea:\n", "> *Generating a hierarchical tree structure from a document, reasoning over that tree structure, and extracting relevant context, without relying on a vector database or top-k similarity search*.\n", @@ -582,7 +582,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 🔎 Learn More About PageIndex\n", + "## 🔎 Learn More About PageIndex\n", " 🏠 Homepage  •  \n", " 🖥️ Dashboard  •  \n", " 📚 API Docs  •  \n",