This commit is contained in:
Ray 2025-08-29 22:12:46 +08:00
parent 1d7b3734b0
commit 2b24f4bff0
2 changed files with 3 additions and 19 deletions

View file

@ -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**:](dmetadata.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.
## 💬 Support