-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pydantic error: TIDB_ON_QDRANT_CLIENT_TIMEOUT
#10023
Comments
It doesn't happen on de57af4 |
@RW21 Hello! I'm here to help with bug reports, questions, and becoming a contributor. To resolve the In your Docker configuration, you should set the environment variable like this: environment:
- TIDB_ON_QDRANT_CLIENT_TIMEOUT=30 Make sure the value is not enclosed in quotes, as that would make it a string. Additionally, check your TIDB_ON_QDRANT_CLIENT_TIMEOUT: ${TIDB_ON_QDRANT_CLIENT_TIMEOUT:-20} This should resolve the issue by ensuring the variable is interpreted as an integer [1][2]. |
Please switch to the v0.10.2 tag to start the application. We will fix it later. |
The error you're encountering with the To resolve this issue, you should check your environment configuration to ensure that the
This should help in resolving the |
Self Checks
Dify version
c6e54c8
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
docker compose up
with the default config at c6e54c8.In the console, this occurs -> #10021
✔️ Expected Behavior
Runs.
❌ Actual Behavior
A lot of services are failing with an exception with the default config and docker compose. Perhaps related to this commit: c6e54c8
The text was updated successfully, but these errors were encountered: