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 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": {