mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-06 19:35:41 +02:00
update readme
This commit is contained in:
parent
7d2bdb9f28
commit
4d4d14a38a
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ It simulates how *human experts* navigate and extract knowledge from complex doc
|
|||
Compared to traditional vector-based RAG, **PageIndex** features:
|
||||
- **No Vector DB**: Uses document structure and LLM reasoning for retrieval, instead of vector similarity search.
|
||||
- **No Chunking**: Documents are organized into natural sections, not artificial chunks.
|
||||
- **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”).
|
||||
- **Better Traceability & Explainability**: Retrieval is reasoning-driven and grounded in explicit page and section references, making every result traceable and interpretable — no more “vibe retrieval” with opaque, approximate vector search.
|
||||
- **Context-Aware Retrieval**: Retrieval depends on your full context (e.g., conversation history and domain knowledge), and easily incorporates new context.
|
||||
- **Human-like Retrieval**: Simulates how human experts navigate and extract knowledge from complex documents.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue