If you fail to connect to Zilliz Cloud with the Node.js SDK, please try the following:
-
Ensure you installed the latest version of Node.js SDK.
-
Ensure you initialize the client correctly.
const client = new MilvusClient('https://your-db-address-with-port', true, 'your-db-user', 'your-db-pasword');