Skip to content
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

When deploying Dify through the local source code, it is impossible to switch to the Milvus vector database. #15869

Open
5 tasks done
harryjudy2240 opened this issue Mar 14, 2025 · 1 comment
Labels
🐞 bug Something isn't working 👻 feat:rag Embedding related issue, like qdrant, weaviate, milvus, vector database.

Comments

@harryjudy2240
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • 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

1.0.0-1.0.1

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

When deploying Dify through the local source code, it is impossible to switch to the Milvus vector database.
The VECTOR_STORE in the ./api/.env file has been set to milvus. However, after restarting, the vector database that is still being connected to is weaviate.
Image

✔️ Expected Behavior

I hope that after setting it to the Milvus vector database, it can be connected to Milvus instead of Weaviate.

❌ Actual Behavior

No response

@dosubot dosubot bot added 🐞 bug Something isn't working 👻 feat:rag Embedding related issue, like qdrant, weaviate, milvus, vector database. labels Mar 14, 2025
@ACAne0320
Copy link
Contributor

Did you start the middleware using docker compose -f docker-compose.middleware.yaml --profile weaviate -p dify up -d?
If so, please modify the vector database in docker-compose.middleware.yaml to Milvus.
You can refer to the docker-compose-template.yaml file for the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 👻 feat:rag Embedding related issue, like qdrant, weaviate, milvus, vector database.
Projects
None yet
Development

No branches or pull requests

2 participants