搜图引擎Javasdk

Jin Hai 535d5aa780 Merge pull request #60 from youny626/0.3.0 5 years ago
examples ef6a519568 Update examples 5 years ago
src acde44f2c1 Update unit test 5 years ago
.gitignore 12fc2ead2c Format with Google-java-style and add Apache 2.0 license 5 years ago
CHANGELOG.md 2d946e0617 Add keepalive and idleTimeout settings & add ok() in other types of Response 5 years ago
LICENSE d986181d72 Initial commit 5 years ago
README.md 7f494cbd0b Release 0.2.2 5 years ago
pom.xml 2d946e0617 Add keepalive and idleTimeout settings & add ok() in other types of Response 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

You will need Java 8 or higher.

Milvus version compatibility:

Milvus version SDK version
0.5.0 0.2.2
0.5.1 0.2.2

Dependency

Apache Maven

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

Gradle/Grails

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

Examples

Please refer to examples folder

Documentation

Additional information