搜图引擎Javasdk

Zhiru Zhu 6b4f0c7945 release v0.4.1: fix search partition not working and add unit test (#79) 5 ani în urmă
examples 6b4f0c7945 release v0.4.1: fix search partition not working and add unit test (#79) 5 ani în urmă
src 6b4f0c7945 release v0.4.1: fix search partition not working and add unit test (#79) 5 ani în urmă
.gitignore 12fc2ead2c Format with Google-java-style and add Apache 2.0 license 6 ani în urmă
CHANGELOG.md 6b4f0c7945 release v0.4.1: fix search partition not working and add unit test (#79) 5 ani în urmă
CONTRIBUTING.md 38971b3c3c add CONTRIBUTING.md 6 ani în urmă
LICENSE d986181d72 Initial commit 6 ani în urmă
README.md 6b4f0c7945 release v0.4.1: fix search partition not working and add unit test (#79) 5 ani în urmă
pom.xml 6b4f0c7945 release v0.4.1: fix search partition not working and add unit test (#79) 5 ani în urmă

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
0.5.2 0.2.2
0.5.3 0.3.0
0.6.0 0.4.1

Dependency

Apache Maven

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

Gradle/Grails

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

Examples

Please refer to examples folder

Documentation

Additional information