README.md 1007 B

milvus-sdk-java

Maven Central

Java SDK for Milvus distributed high-performance vector search engine. If you want to contribute to this repo, please read our [contribution guidelines]().

Getting started

Dependency

Apache Maven

<dependency>
    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java</artifactId>
    <version>0.1.1</version>
</dependency>

Gradle/Grails

compile 'io.milvus:milvus-sdk-java:0.1.0'

###Examples

Please refer to examples folder

###Documentation

###Additional information