-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Update .env.example to fix MILVUS_URI default value #13140
base: main
Are you sure you want to change the base?
Conversation
We fix the CI in #13142, please rebase the origin/main :) |
The MILVUS_URI with localhost is not reachable from another docker container. Changed to the special DNS name `host.docker.internal` to fix the problem. See detailed issue report in https://discord.com/channels/1160323594396635310/1335159004598370376/1335281419240607884
8d9a827
to
04d1af4
Compare
@crazywoola Done. Could you give it a review? Thanks! |
@crazywoola Another unrelated question: I saw Now full text search in Milvus is mature with 2.5.4. Is that feasible to update the default config to |
Summary
The MILVUS_URI with localhost is not reachable from another docker container. Changed to the special DNS name
host.docker.internal
to fix the problem.See detailed issue report in
https://discord.com/channels/1160323594396635310/1335159004598370376/1335281419240607884
Screenshots
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods