You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mjmjmmmjjj Hello there! 👋 I'm here to help you with any bugs, questions, or contributions you might have.
Yes, the custom segment length in Dify is currently limited to a maximum of 1000 tokens. This is enforced by the configuration setting INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH: 1000 in the docker-compose.yaml file. The code in api/core/indexing_runner.py also confirms that any custom segment length must be between 50 and 1000 tokens [1][2].
Self Checks
Dify version
0.15.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: