From 0f9dde2fb5ef3d61de3a2ec08dd058e371b038e2 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 20 Aug 2025 02:49:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7c1fef..ff9f02e 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Are you frustrated with vector database retrieval accuracy for long professional **[PageIndex](https://vectify.ai/pageindex)** is a *document indexing system* that builds **search tree structures** from long documents, making them ready for *reasoning-based RAG*. It has been used to develop a RAG system that achieved 98.7% accuracy on [FinanceBench](https://vectify.ai/blog/Mafin2.5), demonstrating state-of-the-art performance in document analysis. -Try [Reasoning-based RAG with PageIndex](https://pageindex.ai). No vector DB required. Say goodbye to *"vibe retrieval"* 👋 +Try [Reasoning-based RAG with PageIndex](https://pageindex.ai) — no vector DB required. Say goodbye to *"vibe retrieval"* 👋 - No *Vector DB*, No *Chunking*, No *Top-K selection* - Higher Accuracy, Better Transparency, Human-like Retrieval #### 🚀 Deployment Options - 🛠️ Self-host: run it yourself from this open-source repo -- **[☁️ Cloud service](https://dash.pageindex.ai/)**: try instantly with our [🖥️ Dashboard](https://dash.pageindex.ai/) or [🔌 API](https://docs.vectify.ai/quickstart) *(no setup required)* +- **[☁️ Cloud service](https://dash.pageindex.ai/)**: try instantly with our [🖥️ Dashboard](https://dash.pageindex.ai/) or [🔌 API](https://docs.pageindex.ai/quickstart) *(no setup required)* ---