Update README.md

This commit is contained in:
Mingtian Zhang 2025-06-11 00:04:15 +01:00 committed by GitHub
parent 991324efed
commit e0067dd956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,13 @@
</a>
</div>
### We will have a major update to our PageIndex cloud service on June 23, 2025. Stay in touch!
# 📄 PageIndex
Are you frustrated with vector database retrieval accuracy for long professional documents? Traditional vector-based RAG relies on semantic *similarity* rather than true *relevance*. But **similarity ≠ relevance** — what we truly need in retrieval is **relevance**, and that requires **reasoning**. When working with professional documents that demand 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 use *tree search* to perform structured document retrieval.
@ -22,6 +27,7 @@ Self-host it with this open-source repo, or try our ☁️ [Cloud service](https
Built by <a href="https://vectify.ai" target="_blank">Vectify AI</a>.
---
# **⭐ What is PageIndex**
@ -205,6 +211,7 @@ Reply in the following JSON format:
- [x] [Detailed examples of document selection, node selection, and RAG pipelines](https://pageindex.vectify.ai/examples/rag)
- [x] [Integration of reasoning-based retrieval and semantic-based retrieval](https://pageindex.vectify.ai/examples/hybrid-rag)
- [ ] Release of PageIndex Platform with Retrieval (23rd June 2025)
- [ ] Efficient tree search methods introduction
- [ ] Technical report on the design of PageIndex