搜图引擎Javasdk

Jin Hai 3bbd7b8fd1 Merge pull request #50 from youny626/master hace 5 años
examples 594b4bedf8 change host to localhost in examples hace 5 años
src d9d493e768 add waitTime option in ConnectParam hace 5 años
.gitignore 12fc2ead2c Format with Google-java-style and add Apache 2.0 license hace 5 años
CHANGELOG.md bd22c572bb update CHANGELOG hace 5 años
LICENSE d986181d72 Initial commit hace 5 años
README.md d9d493e768 add waitTime option in ConnectParam hace 5 años
pom.xml d9d493e768 add waitTime option in ConnectParam hace 5 años

README.md

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.2.1</version>
</dependency>

Gradle/Grails

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

Examples

Please refer to examples folder

Documentation

Additional information