From 9294de5daef6cb9e5b713909f2ddfe9fcf500177 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 5 Nov 2025 01:02:46 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cea8a3..2d36c7d 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,12 @@ PageIndex powers a reasoning-based RAG system that achieved [98.7% accuracy](htt - ๐Ÿ› ๏ธ 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 -### โšก Quick Hands-on +### ๐Ÿงช 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. +

Open in Colab