搜图引擎Javasdk

zhiru f2ef83dd08 update examples hace 5 años
.github 85a3518a74 Update and rename -u0001f914-general-question.md to general-question.md hace 5 años
examples f2ef83dd08 update examples hace 5 años
src 714f998c7e update client version hace 5 años
.gitignore 12fc2ead2c Format with Google-java-style and add Apache 2.0 license hace 5 años
CHANGELOG.md e610eb7828 update CHANGELOG hace 5 años
LICENSE d986181d72 Initial commit hace 5 años
README.md f223bb58b6 update README.md hace 5 años
milvus-sdk-java.iml d0c66e0d06 release v0.1.1: change proto package to io.milvus.grpc hace 5 años
pom.xml d0c66e0d06 release v0.1.1: change proto package to io.milvus.grpc 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.1.1</version>
</dependency>

Gradle/Grails

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

Examples

Please refer to examples folder

Documentation

Additional information