Go SDK 参考 (v2)
本章节提供了 Go SDK v2 版本各接口的详细说明。
在使用 Go SDK 执行操作时,您可以使用以下两种方法进行身份验证:
-
使用 API 密钥
要获取 API 密钥,请按照API 密钥中的说明进行操作。
-
使用集群令牌
要获取集群令牌,请使用冒号(:)将目标集群的用户名和密码连接起来,如
username:password。注意,BYOC 集群仅支持使用集群令牌进行身份验证。
Data Import [READ MORE]
In this chapter, you will find packages and functions related to the import of large-volume data into a collection.
Authentication [READ MORE]
In this chapter, you will find functions related to role-based access control (RBAC).
Client [READ MORE]
This chapter provides references for the methods to set up and close a MilvusClient object.
Database [READ MORE]
This chapter provides references for the methods to manipulate databases.
Collection [READ MORE]
This chapter provides methods to manage collections and aliases of a collected Milvus instance.
Management [READ MORE]
This chapter provides references for the methods to perform operations over indexes, collections, and partitions.
Partition [READ MORE]
This chapter provides references for the methods to manipulate partitions.
Vector [READ MORE]
This chapter provides references for the methods to manipulate data.