Skip to content

Error in Connecting to Milvus service #6

@ChrissHu

Description

@ChrissHu

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:
image

The code which worked succesfully:

connections.connect(host="<grcp_host>", port="grcp_port", secure=True, user="ibmlhapikey", password="<my_apikey>")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions