mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
fix notebook
This commit is contained in:
parent
f9b39f7c2f
commit
66c1493f79
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@
|
|||
"\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",
|
||||
"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",
|
||||
"\n",
|
||||
"While this notebook highlights a minimal workflow, the PageIndex framework is built to support **far more advanced** use cases. In upcoming tutorials, we will introduce:\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue