Closed yfge closed 1 week ago
Hello @yfge! I'm here to help with any bugs, questions, or contributions you have for Dify. Just let me know how I can assist you!
The error you're encountering seems to be related to a timeout issue when creating a collection in Milvus after upgrading to Dify version 0.9.2. This could be due to the default timeout settings for RPC calls in the Dify codebase. Unfortunately, I couldn't find specific information on how to adjust these timeout settings in the available documentation.
However, you might want to check the configuration files or environment variables related to Milvus and Dify to see if there are any timeout settings that can be adjusted. Additionally, ensure that your Milvus server is running properly and that there are no network issues that could be causing the timeout.
If the problem persists, consider looking into the Milvus logs for more detailed error messages that might provide further insights into the issue.
To continue talking to Dosu, mention @dosu.
I have configure the MILVUS_URI before the update
Self Checks
Dify version
0.9.2
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
Hi,I've upgrade dify to 0.9.2,and I found the timeout error of Milvus.
✔️ Expected Behavior
Index success before upgrade
❌ Actual Behavior