Skip to content

Commit e7dfc5e

Browse files
authored
update README (#259)
1 parent dcda565 commit e7dfc5e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# PageIndex: Vectorless, Reasoning-based RAG
1515

16-
<p align="center"><b>Reasoning-based RAG&nbsp;&nbsp;No Vector DB&nbsp;&nbsp;No Chunking&nbsp;&nbsp;Human-like Retrieval</b></p>
16+
<p align="center"><b>Reasoning-based RAG&nbsp;&nbsp;No Vector DB or Chunking&nbsp;&nbsp;Context-Aware&nbsp;&nbsp;Human-like Retrieval</b></p>
1717

1818
<h4 align="center">
1919
<a href="https://vectify.ai">🌐 Homepage</a>&nbsp;&nbsp;
@@ -33,7 +33,7 @@
3333
- 🔥 [**Agentic Vectorless RAG**](https://github.com/VectifyAI/PageIndex/blob/main/examples/agentic_vectorless_rag_demo.py) — A simple *agentic, vectorless RAG* [example](https://github.com/VectifyAI/PageIndex/blob/main/examples/agentic_vectorless_rag_demo.py) with self-hosted PageIndex, using OpenAI Agents SDK.
3434
- [**Scale PageIndex to Millions of Documents**](https://pageindex.ai/blog/pageindex-filesystem)*PageIndex File System* is a file-level tree layer that lets PageIndex reason over an entire corpus, not just a single document, enabling massive-scale document search.
3535
- [PageIndex Chat](https://chat.pageindex.ai) — Human-like document analysis agent [platform](https://chat.pageindex.ai) for professional long documents. Also available via [MCP](https://pageindex.ai/developer) or [API](https://pageindex.ai/developer).
36-
- [PageIndex Framework](https://pageindex.ai/blog/pageindex-intro) — Deep dive into PageIndex: an *agentic, in-context tree index* that enables LLMs to perform *reasoning-based, human-like retrieval* over long documents.
36+
- [PageIndex Framework](https://pageindex.ai/blog/pageindex-intro) — Deep dive into PageIndex: an *agentic, in-context tree index* that enables LLMs to perform *reasoning-based, context-aware retrieval* over long documents.
3737

3838
<!-- **🧪 Cookbooks:**
3939
- [Vectorless RAG](https://docs.pageindex.ai/cookbook/vectorless-rag-pageindex): A minimal, hands-on example of reasoning-based RAG using PageIndex. No vectors, no chunking, and human-like retrieval.
@@ -64,8 +64,9 @@ It simulates how *human experts* navigate and extract knowledge from complex doc
6464
Compared to traditional vector-based RAG, **PageIndex** features:
6565
- **No Vector DB**: Uses document structure and LLM reasoning for retrieval, instead of vector similarity search.
6666
- **No Chunking**: Documents are organized into natural sections, not artificial chunks.
67+
- **Better Explainability and Traceability**: Retrieval is based on reasoning, traceable and interpretable, with page and section references. No more opaque, approximate vector search (“vibe retrieval”).
68+
- **Context-Aware Retrieval**: Retrieval depends on your full context (e.g., conversation history and domain knowledge), and easily incorporates new context.
6769
- **Human-like Retrieval**: Simulates how human experts navigate and extract knowledge from complex documents.
68-
- **Better Explainability and Traceability**: Retrieval is based on reasoning — traceable and interpretable, with page and section references. No more opaque, approximate vector search (“vibe retrieval”).
6970

7071
PageIndex powers a reasoning-based RAG system that achieved **state-of-the-art** [98.7% accuracy](https://github.com/VectifyAI/Mafin2.5-FinanceBench) on FinanceBench, demonstrating superior performance over vector-based RAG solutions in professional document analysis. See our [blog post](https://vectify.ai/blog/Mafin2.5) for details.
7172

0 commit comments

Comments
 (0)