From 1d7b3734b0d7b73fc884535c31a3decfc89b107a Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 29 Aug 2025 22:11:14 +0800 Subject: [PATCH] fix --- tutorials/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/README.md b/tutorials/README.md index cdf164a..f1f9613 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -6,9 +6,9 @@ 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**:](doc-search/metadata) for documents that can be distinguished by metadata. -* [**Search by Semantics**:](doc-search/semantics) for documents with different semantic content or cover diverse topics. -* [**Search by Description**:](doc-search/description) a lightweight strategy for a small number of documents. +* [**Search by Metadata**:](doc-search/metadata.md) for documents that can be distinguished by metadata. +* [**Search by Semantics**:](doc-search/semantics.md) for documents with different semantic content or cover diverse topics. +* [**Search by Description**:](doc-search/description.md) a lightweight strategy for a small number of documents. ## 💬 Support