mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 06:17:29 +08:00
feat: add LLM-guided semantic rechunking for knowledge compilation (#17546)
This commit is contained in:
@@ -2,6 +2,12 @@ kind: mind_map
|
||||
display_name: Mind map - Radial concept hierarchy
|
||||
config:
|
||||
kind: mind_map
|
||||
rechunk_rules: |
|
||||
- Group only adjacent source chunks into coherent semantic units for this knowledge-compilation task.
|
||||
- Preserve source order: use every source chunk exactly once; do not omit, overlap, duplicate, or reorder chunks.
|
||||
- Keep each main idea with its supporting content, and split when the topic or branch changes.
|
||||
- Keep self-contained tables, lists, figures, and code blocks intact; do not split their internal structure.
|
||||
- Do not invent, rewrite, or return source text; return only chunk grouping metadata.
|
||||
entity:
|
||||
description: >-
|
||||
You are a robust mind-map extractor. Extract the central concept,
|
||||
|
||||
Reference in New Issue
Block a user