MilvusException: <MilvusException: (code=2, message=Fail connecting to server on 10.159.34.189:19530, illegal connection params or server unavailable)> #36374
mashaonian
started this conversation in
Announcement
Replies: 1 comment 5 replies
-
正常都是可以的,比如我机器本地局域网ip是192.168.240.1,我用connections.connect(host="192.168.240.1", port=19530) 就能正常连接上。 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker compose部署的stanlone版的milvus,pymilvus只能通过localhost连接,不能通过宿主机的具体ip连接吗?我通过localhost能够连接成功,但是使用宿主机的具体ip却出现了服务不存在
Beta Was this translation helpful? Give feedback.
All reactions