From 0e3abae384228661d11b6f3d616859bd859571fe Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 5 Nov 2025 05:05:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3602df..10a42e4 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ PageIndex powers a reasoning-based RAG system that achieved [98.7% accuracy](htt ### ๐Ÿงช 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; minimal, reasoning-native RAG pipeline that works directly over page images. +- Try the [_**Vectorless RAG Notebook**_](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/pageindex_RAG_simple.ipynb) โ€” a *minimal*, hands-on example of reasoning-based RAG using **PageIndex**. +- Experiment with the [*Vision-based Vectorless RAG*](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/vision_RAG_pageindex.ipynb) โ€” no OCR; a minimal, reasoning-native RAG pipeline that works directly over page images.