Docs: Replaced TOC Enhance with Page Index. (#13075)

### What problem does this PR solve?

Replaced TOC Enhance with Page Index.

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2026-02-09 20:13:34 +08:00
committed by GitHub
parent db37804f10
commit 9c39ac11c6
3 changed files with 13 additions and 9 deletions

View File

@ -133,6 +133,10 @@ Before enabling this feature, ensure you have properly [constructed a knowledge
Whether to use knowledge graph(s) in the specified dataset(s) during retrieval for multi-hop question answering. When enabled, this would involve iterative searches across entity, relationship, and community report chunks, greatly increasing retrieval time.
### PageIndex
Whether to use the page index structure generated by the large model to enhance retrieval. This approach mimics human information-searching behavior in books.
### Output
The global variable name for the output of the **Retrieval** component, which can be referenced by other components in the workflow.