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
8528cd6869
commit
ae07fba7c3
1 changed files with 13 additions and 3 deletions
|
|
@ -45,8 +45,13 @@
|
||||||
"- **No Vectors Needed**: Uses document structure and LLM reasoning for retrieval.\n",
|
"- **No Vectors Needed**: Uses document structure and LLM reasoning for retrieval.\n",
|
||||||
"- **No Chunking Needed**: Documents are organized into natural sections rather than artificial chunks.\n",
|
"- **No Chunking Needed**: Documents are organized into natural sections rather than artificial chunks.\n",
|
||||||
"- **Human-like Retrieval**: Simulates how human experts navigate and extract knowledge from complex documents. \n",
|
"- **Human-like Retrieval**: Simulates how human experts navigate and extract knowledge from complex documents. \n",
|
||||||
"- **Transparent Retrieval Process**: Retrieval based on reasoning — say goodbye to approximate semantic search (\"vibe retrieval\").\n",
|
"- **Transparent Retrieval Process**: Retrieval based on reasoning — say goodbye to approximate semantic search (\"vibe retrieval\")."
|
||||||
"\n",
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
"## 📝 Notebook Overview\n",
|
"## 📝 Notebook Overview\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook demonstrates a simple example of **vectorless RAG** with PageIndex through the following steps:\n",
|
"This notebook demonstrates a simple example of **vectorless RAG** with PageIndex through the following steps:\n",
|
||||||
|
|
@ -56,9 +61,14 @@
|
||||||
"\n",
|
"\n",
|
||||||
"The figure below shows an overview of the workflow:\n",
|
"The figure below shows an overview of the workflow:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<img src=\"https://pageindex.ai/static/images/vectorless_workflow.jpg\" width=\"70%\">"
|
"<img src=\"https://pageindex.ai/static/images/vectorless_rag_workflow.png\" width=\"70%\">"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue