From 34b225d90fd838056208d21436d9d43dde0816f2 Mon Sep 17 00:00:00 2001 From: Mingtian Zhang Date: Thu, 1 May 2025 17:48:01 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e351744..88e3c18 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ For more examples, see the [API dashboard](https://pageindex.vectify.ai/). # 🛤 Roadmap -- [x] Detailed examples of document selection, node selection, and RAG pipelines (due 2025/04/14) -- [ ] Integration of reasoning-based retrieval and semantic-based retrieval (due 2025/04/21) +- [x] [Detailed examples of document selection, node selection, and RAG pipelines](https://pageindex.vectify.ai/examples/rag) +- [x] [Integration of reasoning-based retrieval and semantic-based retrieval](https://pageindex.vectify.ai/examples/hybrid-rag) - [ ] Efficient tree search methods introduction - [ ] Technical report on the design of PageIndex