mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[DOCS]: Missing 'chunk - overlap' property in Dify.ai document creation API doc #265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YesonWyld on GitHub (Nov 7, 2025).
Type of Documentation Change
Error/Typo fix
Documentation Page URL or Path
https://docs.dify.ai/api-reference/documents/create-a-document-from-text#body-process-rule-rules-segmentation
Current Content
The documentation at the link https://docs.dify.ai/api-reference/documents/create-a-document-from-text#body-process-rule-rules-segmentation lacks the '
chunk - overlap' property. In actual usage, the 'chunk - overlap' property is needed to configure "The number of overlapping tokens between adjacent sub-chunks.".Suggested Changes
The specific content that should be added is as follows:
process_rule.rules.segmentation.chunk_overlap
integerThe number of overlapping tokens between adjacent sub-chunks.
Reason for Change
No response
Code of Conduct
@dosubot[bot] commented on GitHub (Nov 18, 2025):
Hi, @wldgntlmn. I'm Dosu, and I'm helping the dify-docs team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!