Go SDK for Milvus distributed high-performance vector search engine
We welcome all kinds of contributions for milvus-sdk-go.
You will need go 1.12
Use go get to install the latest version of the library. This command will install the milvus-go-sdk library and its dependencies:
go get -u github.com/milvus-io/milvus-sdk-go/milvus
Next, include milvus-sdk-go in your application:
import "github.com/milvus-io/milvus-sdk-go/milvus"
cd [milvus-sdk-go root path]/examples
go run MilvusClientExample.go
- The go source code is formatted using go fmt and golint