diff --git a/README.md b/README.md
index 2d36c7d..6b18578 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@
---
### ๐จ **New Releases:**
-- ๐ [PageIndex Chat](https://chat.pageindex.ai): The world's first human-like document analyst agent, designed for professional long documents.
+- ๐ [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 agents. Chat to long PDFs the human-like, reasoning-based way ๐
-# ๐ Introduction to PageIndex
+# ๐ Introduction to 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.
@@ -41,10 +41,10 @@ Inspired by AlphaGo, we propose **[PageIndex](https://vectify.ai/pageindex)**, a
2. Perform reasoning-based retrieval through **tree search**
-

+
-### ๐ก Features
+### ๐งฉ Features
Compared to traditional vector-based RAG, PageIndex features:
- **No Vectors Needed**: Uses document structure and LLM reasoning for retrieval.
@@ -56,15 +56,14 @@ PageIndex powers a reasoning-based RAG system that achieved [98.7% accuracy](htt
### โ๏ธ Deployment Options
- ๐ ๏ธ Self-host โ run locally with this open-source repo
-- โ๏ธ **[Cloud Service](https://dash.pageindex.ai/)** โ try instantly with our ๐ [Agent](https://chat.pageindex.ai/), ๐ฅ๏ธ [Dashboard](https://dash.pageindex.ai/) or ๐ [API](https://docs.pageindex.ai/quickstart), no setup required
+- โ๏ธ **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
### ๐งช 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 try 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; a reasoning-native RAG pipeline that works directly over page images.
+
@@ -173,7 +172,7 @@ To address this, we introduced PageIndex OCR โ the first long-context OCR mode
- Integrate seamlessly PageIndex OCR into your stack via our [API](https://docs.pageindex.ai/quickstart).
-
+
---