Go SDK for Milvus. To contribute code to this project, please read our contribution guidelines first.
Milvus version | Recommended Go SDK version |
---|---|
0.11.0 | 0.5.0 |
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/milvus-io/milvus-sdk-go/milvus
-
Include the Milvus Go SDK in your application:
import "github.com/milvus-io/milvus-sdk-go/milvus"
cd [milvus-sdk-go root path]/examples
go run MilvusClientExample.go
Refer to https://godoc.org/github.com/milvus-io/milvus-sdk-go/milvus for the GO SDK API documentation.
The Go source code is formatted using gofmt and golint.