mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-05 01:37:46 +08:00
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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user