From 83c664e1615b9814de3d0ceee43d3e7af4062ed3 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Jun 2026 01:16:32 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c85ade0..c21e1b826 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Compared to traditional vector-based RAG, **PageIndex** features: - **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. -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, vastly outperforming vector-based RAG on professional documents (see our [blog post](https://vectify.ai/blog/Mafin2.5)). +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, vastly outperforming vector-based RAG solutions on professional document analysis ([blog post](https://vectify.ai/blog/Mafin2.5)). ### 📍 Explore PageIndex