fix image

This commit is contained in:
zmtomorrow 2025-08-22 10:54:36 +01:00
parent 7b5cc6a73d
commit 95e2cfa892

View file

@ -24,7 +24,9 @@
" <a href=\"https://github.com/vectifyai/pageindex\">📦 GitHub</a>&nbsp; • &nbsp;\n",
" <a href=\"https://discord.com/invite/VuXuf29EUj\">💬 Discord</a>&nbsp; • &nbsp;\n",
" <a href=\"https://ii2abc2jejf.typeform.com/to/tK3AXl8T\">✉️ Contact</a>&nbsp;\n",
"</p>"
"</p>\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",