Node.js SDK 参考
如下是 Zilliz Cloud 的 Node.js SDK 参考文档。
Note
在使用 Node.js SDK 执行操作时,您可以使用以下两种方法进行身份验证:
-
使用 API 密钥
要获取 API 密钥,请按照API 密钥中的说明进行操作。
-
使用集群令牌
要获取集群令牌,请使用冒号(:)将目标集群的用户名和密码连接起来,如
username:password。注意,BYOC 集群仅支持使用集群令牌进行身份验证。
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.