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
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
Dify version
0.13.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Create RAG. Let it process for a bit and then stop it. When you go back to continue and get the 'retry' prompt, agree. The tags beside the individual documents will change from Indexing -> Queuing -> Available but the # of words in that Knowledge Base does not increment the way it does when it is initially processing.
✔️ Expected Behavior
I expected the # of words to increase when more RAG is made available. I used this as a way to tell when processing is done.
❌ Actual Behavior
The number of words is static in the knowledge overview of all RAG segments even though more RAG in that section is being made available on an ongoing basis.
The text was updated successfully, but these errors were encountered:
The issue you're experiencing with the word count not updating after a retry in the RAG processing workflow might be related to how the system handles retries and updates the word count. There is logging and error handling in place that could provide insights into why the word count is not updating during retries. The code uses the logging module to log information about the retry process, and exceptions are caught and logged. This can help diagnose issues during the retry process [1][2].
The word count update function is expected to increment the document's word count by the word count of the new segment when new RAG segments are processed [3]. If this is not happening during retries, it might be worth checking the logs for any errors or exceptions that could be affecting this process.
Self Checks
Dify version
0.13.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Create RAG. Let it process for a bit and then stop it. When you go back to continue and get the 'retry' prompt, agree. The tags beside the individual documents will change from Indexing -> Queuing -> Available but the # of words in that Knowledge Base does not increment the way it does when it is initially processing.
✔️ Expected Behavior
I expected the # of words to increase when more RAG is made available. I used this as a way to tell when processing is done.
❌ Actual Behavior
The number of words is static in the knowledge overview of all RAG segments even though more RAG in that section is being made available on an ongoing basis.
The text was updated successfully, but these errors were encountered: