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.11.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
when using the VDB lindorm in docker, it will connect failed since the password variable name for lindorm vdb in docker-compose.yaml is LINDORM_USERNAME, not LINDORM_PASSWORD, error variable name.
✔️ Expected Behavior
connect vdb lindorm in a success
❌ Actual Behavior
connect failed, password is wrong
The text was updated successfully, but these errors were encountered:
Hello @AlwaysBluer! I'm here to assist you with any bugs, questions, or contributions you have for the project. Let me know how I can help!
The issue you're encountering is due to a misconfiguration in the docker-compose.yaml file. The password variable for VDB Lindorm is incorrectly named LINDORM_USERNAME instead of LINDORM_PASSWORD. To resolve this, you should update the docker-compose.yaml file to use the correct variable name:
Self Checks
Dify version
0.11.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
when using the VDB lindorm in docker, it will connect failed since the password variable name for lindorm vdb in docker-compose.yaml is LINDORM_USERNAME, not LINDORM_PASSWORD, error variable name.
✔️ Expected Behavior
connect vdb lindorm in a success
❌ Actual Behavior
connect failed, password is wrong
The text was updated successfully, but these errors were encountered: