搜图引擎Javasdk

Jin Hai b42087dd9b Merge pull request #40 from youny626/0.2.0 5 年 前
examples cf5edd8a41 release v0.2.0 5 年 前
src cf5edd8a41 release v0.2.0 5 年 前
.gitignore 12fc2ead2c Format with Google-java-style and add Apache 2.0 license 5 年 前
CHANGELOG.md ef30c4a0c7 update CHANGELOG 5 年 前
LICENSE d986181d72 Initial commit 5 年 前
README.md cf5edd8a41 release v0.2.0 5 年 前
pom.xml cf5edd8a41 release v0.2.0 5 年 前

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

Gradle/Grails

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

Examples

Please refer to examples folder

Documentation

Additional information