mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-19 14:55:40 +08:00
## Summary The TitleChunker (both `hierarchy` and `group` methods) had no token-size ceiling, so a long section without sub-headings became one giant chunk. This adds a configurable `chunk_token_cap` that guarantees every text chunk stays within a token budget.