|
il y a 5 ans | |
---|---|---|
.github | il y a 5 ans | |
examples | il y a 5 ans | |
src | il y a 5 ans | |
.gitignore | il y a 5 ans | |
CHANGELOG.md | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
milvus-sdk-java.iml | il y a 5 ans | |
pom.xml | il y a 5 ans |
Java SDK for Milvus distributed high-performance vector search engine. If you want to contribute to this repo, please read our [contribution guidelines]().
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'
Please refer to examples folder