Skip to content

fishpenguin/milvus-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milvus Go SDK

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

Getting started

Prerequisites

Go 1.12 or higher

Install Milvus Go SDK

  1. 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
  2. Include the Milvus Go SDK in your application:

    import "github.com/milvus-io/milvus-sdk-go/milvus"

Try an example

cd [milvus-sdk-go root path]/examples
go run MilvusClientExample.go

API Documentation

Refer to https://godoc.org/github.com/milvus-io/milvus-sdk-go/milvus for the GO SDK API documentation.

Code format

The Go source code is formatted using gofmt and golint.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Shell 0.6%