Go SDK for Milvus. To contribute code to this project, please read our contribution guidelines first.
Milvus version | Recommended Go SDK version |
---|---|
experimental | 0.5.1 |
0.10.6 | 0.4.6 |
0.10.5 | 0.4.5 |
0.10.4 | 0.4.4 |
0.10.3 | 0.4.4 |
0.10.2 | 0.4.4 |
0.10.1 | 0.4.3 |
0.10.0 | 0.4.2 |
0.9.1 | 0.4.1 |
0.9.0 | 0.4.0 |
0.8.0 | 0.3.0 |
0.7.1 | 0.2.0 |
0.7.0 | 0.1.0 |
Go 1.12 or higher
-
Use
go get
to install the latest version of the Milvus Go SDK and dependencies:go get -u github.com/zilliztech/milvus-cloud-sdk-go/milvus
-
Include the Milvus Go SDK in your application:
import "github.com/zilliztech/milvus-cloud-sdk-go/milvus"
cd [milvus-cloud-sdk-go root path]/examples
go run MilvusClientExample.go
Refer to https://godoc.org/github.com/zilliztech/milvus-cloud-sdk-go/milvus for the GO SDK API documentation.
The Go source code is formatted using gofmt and golint.