From a4043c448292033741c5a51571b484b8a5cc69d7 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 29 Aug 2025 22:13:40 +0800 Subject: [PATCH] fix --- tutorials/doc-search/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/doc-search/README.md b/tutorials/doc-search/README.md index 77ea6ca..b24033e 100644 --- a/tutorials/doc-search/README.md +++ b/tutorials/doc-search/README.md @@ -6,7 +6,7 @@ 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**:](dmetadata.md) for documents that can be distinguished by metadata. +* [**Search by Metadata**:](metadata.md) for documents that can be distinguished by metadata. * [**Search by Semantics**:](semantics.md) for documents with different semantic content or cover diverse topics. * [**Search by Description**:](description.md) a lightweight strategy for a small number of documents.