Skip to content

Commit

Permalink
Update install-java.md (#1400)
Browse files Browse the repository at this point in the history
Overwrite with new ones_zh
  • Loading branch information
kkkiou-qiu authored and LocoRichard committed Feb 25, 2022
1 parent 29bcbf6 commit 937f5b4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions site/zh-CN/getstarted/install_SDKs/install-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ group: install-pymilvus.md
summary: Learn how to install the Java SDK of Milvus.
---

# Install Milvus SDK
# 安装 Milvus SDK

{{fragments/translation_needed.md}}


This topic describes how to install Milvus SDK for Milvus.

Current version of Milvus supports SDKs in Python, Node.js, GO, and Java.
本主题介绍如何为 Milvus 安装 Milvus SDK。

当前版本的 Milvus 支持 Python、Node.js、GO 和 Java 的 SDK。

{{tab}}

## Requirement
## 安装前提

- Java (8 or later)
- Apache Maven or Gradle/Grails
- Java (8 或更高版本)
- Apache Maven 或者 Gradle/Grails

## Install Milvus Java SDK
## 安装 Milvus Java SDK

Run the following command to install Milvus Java SDK.
运行以下命令安装 Milvus Java SDK

- Apache Maven

Expand All @@ -43,14 +43,14 @@ Run the following command to install Milvus Java SDK.
compile 'io.milvus:milvus-sdk-java:2.0.0'
```

## What's next
## 更多内容

Having installed Milvus Java SDK, you can:
安装 Milvus Java SDK 后,你可以:

- Learn the basic operations of Milvus:
- [Connect to Milvus server](manage_connection.md)
- [Conduct a vector search](search.md)
- [Conduct a hybrid search](hybridsearch.md)
- 了解更多 Milvus 的基本操作:
- [连接 Milvus 服务器](manage_connection.md)
- [进行向量搜索](search.md)
- [进行混合搜索](hybridsearch.md)

- Explore [Milvus Java API reference](/api-reference/java/v{{var.milvus_java_sdk_version}}/index.html)
- 探索 [Milvus Java API 参考](/api-reference/java/v{{var.milvus_java_sdk_version}}/index.html)

0 comments on commit 937f5b4

Please sign in to comment.