mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-05-08 22:32:37 +02:00
fix image
This commit is contained in:
parent
7b5cc6a73d
commit
95e2cfa892
1 changed files with 4 additions and 2 deletions
|
|
@ -24,7 +24,9 @@
|
||||||
" <a href=\"https://github.com/vectifyai/pageindex\">📦 GitHub</a> • \n",
|
" <a href=\"https://github.com/vectifyai/pageindex\">📦 GitHub</a> • \n",
|
||||||
" <a href=\"https://discord.com/invite/VuXuf29EUj\">💬 Discord</a> • \n",
|
" <a href=\"https://discord.com/invite/VuXuf29EUj\">💬 Discord</a> • \n",
|
||||||
" <a href=\"https://ii2abc2jejf.typeform.com/to/tK3AXl8T\">✉️ Contact</a> \n",
|
" <a href=\"https://ii2abc2jejf.typeform.com/to/tK3AXl8T\">✉️ Contact</a> \n",
|
||||||
"</p>"
|
"</p>\n",
|
||||||
|
"\n",
|
||||||
|
"---"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -40,7 +42,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"## Introduction\n",
|
"## PageIndex Introduction\n",
|
||||||
"PageIndex is a new **vectorless RAG** framework. It conduct retrieval in two steps: \n",
|
"PageIndex is a new **vectorless RAG** framework. It conduct retrieval in two steps: \n",
|
||||||
"1. Generate a tree structure to index documents \n",
|
"1. Generate a tree structure to index documents \n",
|
||||||
"2. Perform reasoning-based retrieval through tree search \n",
|
"2. Perform reasoning-based retrieval through tree search \n",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue