fix notebook

This commit is contained in:
Ray 2025-08-22 03:07:12 +08:00
parent 8528cd6869
commit ae07fba7c3

View file

@ -45,8 +45,13 @@
"- **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",
"- **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",
"\n",
"- **Transparent Retrieval Process**: Retrieval based on reasoning — say goodbye to approximate semantic search (\"vibe retrieval\")."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 📝 Notebook Overview\n",
"\n",
"This notebook demonstrates a simple example of **vectorless RAG** with PageIndex through the following steps:\n",
@ -56,9 +61,14 @@
"\n",
"The figure below shows an overview of the workflow:\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",
"metadata": {