milvus-logo

About Milvus Java SDK

Milvus Java SDK is an open-source project and its source code is hosted on GitHub.

Compatibility

Milvus versionRecommended SDK version
2.0.22.0.4
2.1.02.1.0
2.2.02.2.13

Installation

You can use Apache Maven or Gradle/Grails to download the SDK.

  • Apache Maven
 <dependency>
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java</artifactId>
     <version>2.2.13</version>
 </dependency>
  • Gradle/Grails
compile 'io.milvus:milvus-sdk-java:2.2.13'

Contributing

We are committed to building a collaborative, exuberant open-source community for Milvus. Therefore, contributions to Milvus Java SDK are welcome from everyone. Refer to Contributing Guideline before making contributions to this project. You can file an issue if you need any assistance or want to propose your ideas.