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)