-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
First it should be specified in the documentation, that grcp host and port are needed. The Milvus DB instance provides to hostnames and ports, one for grcp and one for https. This causes confusion.
Second there is an error in the code snippet: servername="localhost" causes the command to fail. When I deleted servername from the code, it worked and I got the connection running.
The code snippet with the error:

The code which worked succesfully:
connections.connect(host="<grcp_host>", port="grcp_port", secure=True, user="ibmlhapikey", password="<my_apikey>")
Metadata
Metadata
Assignees
Labels
No labels