fishpenguin / milvus-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Shell 0.6%