From 58e761bbbc16f5de29c395bedfeaf5051f7fffba Mon Sep 17 00:00:00 2001 From: Mingtian Zhang Date: Thu, 10 Sep 2026 11:30:22 +0100 Subject: [PATCH] Update comparison table in README Removed 'Unit' row from comparison table in README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 019d19a34..98faa366d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ Inspired by AlphaGo, **[PageIndex](https://vectify.ai/pageindex)** replaces the | | Vector RAG | **PageIndex** | |---|---|---| | **Index** | vector index | tree index | -| **Unit** | fixed-size chunks | natural sections | | **Retrieval** | semantic similarity search | LLM reasoning over the tree | | **Result** | opaque, “vibe retrieval” | traceable to explicit references | | **Context** | query embedding only | full context: conversation history, domain knowledge, etc. |