From 22c0db41680b2dffc6ac91c689465b5b33fd36ff Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 29 Aug 2025 22:06:48 +0800 Subject: [PATCH] add tutorials --- tutorials/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tutorials/README.md diff --git a/tutorials/README.md b/tutorials/README.md new file mode 100644 index 0000000..65b1d2a --- /dev/null +++ b/tutorials/README.md @@ -0,0 +1,17 @@ + + +## Document Search Examples + + +PageIndex currently enables reasoning-based RAG within a single document by default. +For users who need to search across multiple documents, we provide three best-practice workflows for different scenarios below. + +* [**Search by Metadata**:](/metadata) for documents that can be distinguished by metadata. +* [**Search by Semantics**:](/semantics) for documents with different semantic content or cover diverse topics. +* [**Search by Description**:](/description) a lightweight strategy for a small number of documents. + + +## 💬 Support + +* 🤝 [Join our Discord](https://discord.gg/VuXuf29EUj) +* 📨 [Contact Us](https://ii2abc2jejf.typeform.com/to/meB40zV0) \ No newline at end of file