Update README.md

This commit is contained in:
Mingtian Zhang 2025-04-09 14:14:50 +08:00 committed by GitHub
parent ae57e48b19
commit 5663d9e942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
# PageIndex
### **Document Index System for Reasoning-Based RAG**
Are you frustrated with vector database retrieval accuracy for long professional documents? You need a reasoning-based native index for your RAG system.
@ -11,6 +13,11 @@ Traditional vector-based retrieval relies heavily on semantic similarity. Howeve
Built by [Vectify AI](https://vectify.ai/pageindex)
## ☁️ Hosted API (Beta)
Please try our [hosted API for PageIndex](https://pageindex.vectify.ai/).
The hosted version uses our custom OCR model to recognize PDFs more accurately, providing a better tree structure for complex documents.
Leave your email in [this form](https://ii2abc2jejf.typeform.com/to/meB40zV0) to receive 1,000 pages for free.
---
## 🔍 What is PageIndex?
@ -121,10 +128,7 @@ You can customize the processing with additional optional arguments:
--if-add-node-summary Add node summary (yes/no, default: no)
--if-add-doc-description Add doc description (yes/no, default: yes)
```
## ☁️ Hosted API (Beta)
Please try our [hosted API for PageIndex](https://pageindex.vectify.ai/).
The hosted version uses our custom OCR model to recognize PDFs more accurately, providing a better tree structure for complex documents.
Leave your email in [this form](https://ii2abc2jejf.typeform.com/to/meB40zV0) to receive 1,000 pages for free.
## 🛤 Roadmap