From 2b0cd8728103fa0e578225dbb6cb3d3676a51ff4 Mon Sep 17 00:00:00 2001 From: Mingtian Zhang Date: Thu, 3 Apr 2025 13:38:46 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08fac90..89c6180 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # PageIndex ### **Document Index System for Reasoning-Based RAG** -Frustrated with vector database retrieval accuracy for long professional documents? You need a reasoning-based native index for your RAG system. +Are you frustrated with vector database retrieval accuracy for long professional documents? You need a reasoning-based native index for your RAG system. -Traditional vector-based retrieval relies heavily on semantic similarity. But when working with professional documents that require domain expertise and multi-step reasoning, similarity search often falls short. +Traditional vector-based retrieval relies heavily on semantic similarity. However, when working with professional documents that require domain expertise and multi-step reasoning, similarity search often falls short. **Reasoning-Based RAG** offers a better alternative: enabling LLMs to *think* and *reason* their way to the most relevant document sections. Inspired by **AlphaGo**, we leverage **tree search** to perform structured document retrieval. @@ -27,7 +27,7 @@ It’s ideal for: financial reports, regulatory filings, academic textbooks, leg Enables LLMs to traverse documents logically—like an intelligent, LLM-optimized table of contents. - **Precise Page Referencing** - Every node contains its own summary and start/end page physical index, allowing pinpoint retrieval. + Every node contains its summary and start/end page physical index, allowing pinpoint retrieval. - **Chunk-Free Segmentation** No arbitrary chunking. Nodes follow the natural structure of the document. @@ -145,4 +145,4 @@ Need customized support for your documents or reasoning-based RAG system? :loudspeaker: [Join our Discord](https://discord.com/invite/nnyyEdT2RG) -:envelope: [Leave us a Message](https://ii2abc2jejf.typeform.com/to/meB40zV0) +:envelope: [Leave us a message](https://ii2abc2jejf.typeform.com/to/meB40zV0)