|
há 5 anos atrás | |
---|---|---|
examples | há 5 anos atrás | |
src | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
CHANGELOG.md | há 5 anos atrás | |
LICENSE | há 5 anos atrás | |
README.md | há 5 anos atrás | |
pom.xml | há 5 anos atrás |
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