diff --git a/README.md b/README.md index 3b6803a..b3602df 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ --- ### ๐จ **New Releases:** -- ๐ [PageIndex Chat](https://chat.pageindex.ai): The world's first human-like document analyst agent, designed for professional long documents. -- ๐ [PageIndex MCP](https://github.com/VectifyAI/pageindex-mcp): Bring PageIndex into Claude, Cursor, or any MCP-enabled agent. Chat to long PDFs the human-like, reasoning-based way. +- ๐ [PageIndex Chat](https://chat.pageindex.ai): World's first human-like document analyst agent, designed for professional long documents. +- ๐ [PageIndex MCP](https://github.com/VectifyAI/pageindex-mcp): Bring PageIndex into Claude, Cursor, or any MCP-enabled agent. Chat with long PDFs the reasoning-based, human-like way. # ๐ Introduction to PageIndex @@ -46,22 +46,22 @@ Inspired by AlphaGo, we propose **[PageIndex](https://vectify.ai/pageindex)**, a ### ๐งฉ Features -Compared to traditional vector-based RAG, **PageIndex** features: +Compared to traditional *vector-based RAG*, **PageIndex** features: - **No Vectors Needed**: Uses document structure and LLM reasoning for retrieval. - **No Chunking Needed**: Documents are organized into natural sections, not artificial chunks. - **Human-like Retrieval**: Simulates how human experts navigate and extract knowledge from complex documents. -- **Transparent Retrieval Process**: Retrieval based on reasoning โ say goodbye to approximate vector search ("vibe retrieval"). +- **Transparent Retrieval Process**: Retrieval based on reasoning โ traceable and interpretable. Say goodbye to approximate vector search ("vibe retrieval"). PageIndex powers a reasoning-based RAG system that achieved [98.7% accuracy](https://github.com/VectifyAI/Mafin2.5-FinanceBench) on FinanceBench, showing state-of-the-art performance in professional document analysis (see our [blog post](https://vectify.ai/blog/Mafin2.5) for details). ### โ๏ธ Deployment Options -- ๐ ๏ธ Self-host โ run locally with this open-source repo -- โ๏ธ **Cloud Service** โ try instantly with our ๐ [Agent](https://chat.pageindex.ai/), ๐ฅ๏ธ [Dashboard](https://dash.pageindex.ai/) or ๐ [API](https://docs.pageindex.ai/quickstart), no setup required +- ๐ ๏ธ Self-host โ run locally with this open-source repo. +- โ๏ธ **Cloud Service** โ try instantly with our ๐ [Agent](https://chat.pageindex.ai/), ๐ฅ๏ธ [Dashboard](https://dash.pageindex.ai/) or ๐ [API](https://docs.pageindex.ai/quickstart). ### ๐งช Quick Hands-on -- Check out this simple [_**Vectorless RAG Notebook**_](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/pageindex_RAG_simple.ipynb) โ a minimal, hands-on, reasoning-based RAG pipeline using **PageIndex**. -- Also experience the [*Vision-based Vectorless RAG*](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/vision_RAG_pageindex.ipynb) โ no OCR; a reasoning-native RAG pipeline that works directly over page images. +- Check out this simple [_**Vectorless RAG Notebook**_](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/pageindex_RAG_simple.ipynb) โ a *minimal*, hands-on, reasoning-based RAG pipeline using **PageIndex**. +- Also experience the [*Vision-based Vectorless RAG*](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/vision_RAG_pageindex.ipynb) โ no OCR; minimal, reasoning-native RAG pipeline that works directly over page images.