Go SDK Reference (v2)
This is the reference documentation for the Go SDK (version 2).
When performing operations with the Go 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.
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.