Error Connecting Milvus to Milvus Cloud Database: Need Assistance

101 Views Asked by At

Everyone I am facing issue with milvus connection and getting this error:

"pymilvus.exception.MilvusException: <MilvusException: (code = 2, message = Fail connecting to server on "URI" . Timout)>

someone please help me with this.

def connect:
    URI = os.getenv('URI')
    TOKEN = os.getenv('TOKEN')
    connections.connect(uri = URI, token = TOKEN, secure = True)
0

There are 0 best solutions below