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
@hexxyan Hello! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this issue together!
In Dify, once a chunk mode is selected and the knowledge base is created, it cannot be changed later. This is a limitation of the Chunk Settings feature. Any new documents added will follow the same chunking strategy that was initially set [1].
I've faced the same issue; on Chunk Settings page for the existing documents, we cannot update Delimiter or Maximum chunk length as the Save & Process button has been disabled.
In the current implementation, StepTwo can never be called without datasetId, so there is no chance for the Save button to be displayed on the Chunk Settings page for existing documents.
Is there any specific reason why this button is disabled on the Settings page? Is this intended or bug?
Self Checks
Dify version
15.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I dont know how to change and save Chunk Settings if file uploaded
✔️ Expected Behavior
can change Chunk Settings if uploaded
❌ Actual Behavior
can’t change Chunk Settings if uploaded
The text was updated successfully, but these errors were encountered: