How to use milvus python sdk if I use url instead of host and port #4519
Unanswered
bitxinyu
asked this question in
Q&A and General discussion
Replies: 1 comment 5 replies
-
@bitxinyu , which version of milvus and pymilvus you used? You may try |
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
-
for example:
My colleague give me a url (http://abc.def.com/milvus-service) which has been mapping to server port 19530.
Thus, how to use milvus python sdk to connect Milvus server?
I have test
milvus= Milvus(url="http://abc.def.com/milvus-service")
, but failedBeta Was this translation helpful? Give feedback.
All reactions