搜图引擎Javasdk

Zhiru Zhu d9d493e768 add waitTime option in ConnectParam 5 years ago
examples d9d493e768 add waitTime option in ConnectParam 5 years ago
src d9d493e768 add waitTime option in ConnectParam 5 years ago
.gitignore 12fc2ead2c Format with Google-java-style and add Apache 2.0 license 5 years ago
CHANGELOG.md ed76813022 add version and date to changelog 5 years ago
LICENSE d986181d72 Initial commit 5 years ago
README.md d9d493e768 add waitTime option in ConnectParam 5 years ago
pom.xml d9d493e768 add waitTime option in ConnectParam 5 years ago

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