Node.js SDK Reference
This is the Node.js SDK reference documentation.
When performing operations with the Node.js SDK, you can use either of the following methods to authenticate:
-
Using an API key
To obtain an API key, follow the instructions in the API keys.
-
Using a cluster token
To obtain a cluster token, use a colon (:) to join the username and password of the target cluster, like
username:password. Note that this is the only valid authentication method for BYOC clusters.
Authentication [READ MORE]
Methods related to implement role-based access control to your resources.
Client [READ MORE]
Classes and methods for you to manage the MilvusClient instances.
Collections [READ MORE]
Methods for you to manage collections.
Database [READ MORE]
Methods for you to manage database.
Management [READ MORE]
Methods for you to index, load, and release a collection.
Partitions [READ MORE]
Methods related to the manipulation of the partitions in a collection.
Vector [READ MORE]
Methods related to CRUD operations within a collection.