fix notebook

This commit is contained in:
Ray 2025-08-30 05:03:05 +08:00
parent a4043c4482
commit f9b39f7c2f

View file

@ -70,7 +70,7 @@
"source": [
"## 📝 Notebook Overview\n",
"\n",
"This notebook demonstrates a simple example of **vectorless RAG** with PageIndex. You will learn how to:\n",
"This notebook demonstrates a **simple**, **minimal** example of **vectorless RAG** with PageIndex. You will learn how to:\n",
"- [x] Build a PageIndex tree structure of a document\n",
"- [x] Perform reasoning-based retrieval with tree search\n",
"- [x] Generate answers based on the retrieved context\n",