Go SDK for Milvus. To contribute code to this project, please read our contribution guidelines first.
Milvus version | Recommended Go SDK version |
---|---|
0.7.0 | 0.1.0 |
0.7.1 | 0.2.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.