未验证 提交 23e0816b 编写于 作者: J Jin Hai 提交者: GitHub

Fix Markdown format (#1485)

* Fix #839 and improve the code quality
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix compiling error and building threads number
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix Markdown quality
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix Markdown quality
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix Markdown quality
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix Markdown format
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix Markdown format
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>

* Fix Markdown format
Signed-off-by: NJinHai-CN <hai.jin@zilliz.com>
上级 5b938659
...@@ -6,19 +6,19 @@ In the interest of fostering an open and welcoming environment, we as contributo ...@@ -6,19 +6,19 @@ In the interest of fostering an open and welcoming environment, we as contributo
Examples of behavior that contributes to creating a positive environment include: Examples of behavior that contributes to creating a positive environment include:
- Using welcoming and inclusive language. - Using welcoming and inclusive language.
- Being respectful of differing viewpoints and experiences. - Being respectful of differing viewpoints and experiences.
- Gracefully accepting constructive criticism. - Gracefully accepting constructive criticism.
- Focusing on what is best for the community. - Focusing on what is best for the community.
- Showing empathy towards other community members. - Showing empathy towards other community members.
Examples of unacceptable behavior by participants include: Examples of unacceptable behavior by participants include:
- The use of sexualized language or imagery and unwelcome sexual attention or advances. - The use of sexualized language or imagery and unwelcome sexual attention or advances.
- Trolling, insulting/derogatory comments, and personal or political attacks. - Trolling, insulting/derogatory comments, and personal or political attacks.
- Public or private harassment. - Public or private harassment.
- Publishing others' private information, such as a physical or electronic address, without explicit permission. - Publishing others' private information, such as a physical or electronic address, without explicit permission.
- Conduct which could reasonably be considered inappropriate for the forum in which it occurs. - Conduct which could reasonably be considered inappropriate for the forum in which it occurs.
All Milvus forums and spaces are meant for professional interactions, and any behavior which could reasonably be considered inappropriate in a professional setting is unacceptable. All Milvus forums and spaces are meant for professional interactions, and any behavior which could reasonably be considered inappropriate in a professional setting is unacceptable.
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<!-- TOC --> <!-- TOC -->
- [TSC Members](#tsc-members) - [TSC Members](#tsc-members)
- [Committers](#committers) - [Committers](#committers)
- [Reviewers](#reviewers) - [Reviewers](#reviewers)
- [Contributors](#contributors) - [Contributors](#contributors)
<!-- /TOC --> <!-- /TOC -->
...@@ -15,11 +15,11 @@ The Technical Steering Committee (TSC) functions as the core management team tha ...@@ -15,11 +15,11 @@ The Technical Steering Committee (TSC) functions as the core management team tha
TSC members have the following responsibilities: TSC members have the following responsibilities:
- Coordinate the technical direction of the project. - Coordinate the technical direction of the project.
- Approve project or system proposals. - Approve project or system proposals.
- Decide on formal releases of the project's software. - Decide on formal releases of the project's software.
- Organize and remove sub-projects. - Organize and remove sub-projects.
- Coordinate any marketing, events, or communications regarding the project. - Coordinate any marketing, events, or communications regarding the project.
To become a TSC member, a committer must be sponsored by a TSC member and the sponsorship must be approved by 2/3 of all TSC members. To become a TSC member, a committer must be sponsored by a TSC member and the sponsorship must be approved by 2/3 of all TSC members.
...@@ -29,11 +29,11 @@ Committers lead project feature discussions and oversee the overall project qual ...@@ -29,11 +29,11 @@ Committers lead project feature discussions and oversee the overall project qual
Committers have the following responsibilities: Committers have the following responsibilities:
- Lead feature design discussions and implementation. - Lead feature design discussions and implementation.
- Ensure the overall project quality and approve PRs. - Ensure the overall project quality and approve PRs.
- Participate in product release, feature planning, and roadmap design. - Participate in product release, feature planning, and roadmap design.
- Have a constructive and friendly attitude in all community interactions. - Have a constructive and friendly attitude in all community interactions.
- Mentor reviewers and contributors. - Mentor reviewers and contributors.
To become a committer, a reviewer must have contributed broadly throughout the Milvus project. A reviewer must also be sponsored by a committer and the sponsorship must be approved by the TSC. To become a committer, a reviewer must have contributed broadly throughout the Milvus project. A reviewer must also be sponsored by a committer and the sponsorship must be approved by the TSC.
...@@ -43,10 +43,10 @@ Reviewers review new code contributions and ensure the quality of existing code. ...@@ -43,10 +43,10 @@ Reviewers review new code contributions and ensure the quality of existing code.
Reviewers have the following responsibilities: Reviewers have the following responsibilities:
- Participate in feature design discussion and implementation. - Participate in feature design discussion and implementation.
- Ensure the quality of owned code modules. - Ensure the quality of owned code modules.
- Ensure the technical accuracy of documentation. - Ensure the technical accuracy of documentation.
- Quickly respond to issues and PRs and conduct code reviews. - Quickly respond to issues and PRs and conduct code reviews.
To become a reviewer, a contributor must have provided continued and quality contribution to the Milvus project for at least 6 months and have contributed at least one major component where the contributor has taken an ownership role. To become a reviewer, a contributor must have provided continued and quality contribution to the Milvus project for at least 6 months and have contributed at least one major component where the contributor has taken an ownership role.
......
...@@ -10,17 +10,17 @@ As for everything else in the project, the contributions to Milvus are governed ...@@ -10,17 +10,17 @@ As for everything else in the project, the contributions to Milvus are governed
Before you make any contributions, make sure you follow this list. Before you make any contributions, make sure you follow this list.
- Read [Contributing to Milvus](CONTRIBUTING.md). - Read [Contributing to Milvus](CONTRIBUTING.md).
- Check if the changes are consistent with the [coding style](CONTRIBUTING.md#coding-style), and format your code accordingly. - Check if the changes are consistent with the [coding style](CONTRIBUTING.md#coding-style), and format your code accordingly.
- Run [unit tests](CONTRIBUTING.md#run-unit-test-with-code-coverage) and check your code coverage rate. - Run [unit tests](CONTRIBUTING.md#run-unit-test-with-code-coverage) and check your code coverage rate.
## What contributions can I make? ## What contributions can I make?
Contributions to Milvus fall into the following categories. Contributions to Milvus fall into the following categories.
1. To report a bug or a problem with documentation, please file an [issue](https://github.com/milvus-io/milvus/issues/new/choose) providing the details of the problem. If you believe the issue needs priority attention, please comment on the issue to notify the team. 1. To report a bug or a problem with documentation, please file an [issue](https://github.com/milvus-io/milvus/issues/new/choose) providing the details of the problem. If you believe the issue needs priority attention, please comment on the issue to notify the team.
2. To propose a new feature, please file a new feature request [issue](https://github.com/milvus-io/milvus/issues/new/choose). Describe the intended feature and discuss the design and implementation with the team and community. Once the team agrees that the plan looks good, go ahead and implement it, following the [Contributing code](CONTRIBUTING.md#contributing-code). 2. To propose a new feature, please file a new feature request [issue](https://github.com/milvus-io/milvus/issues/new/choose). Describe the intended feature and discuss the design and implementation with the team and community. Once the team agrees that the plan looks good, go ahead and implement it, following the [Contributing code](CONTRIBUTING.md#contributing-code).
3. To implement a feature or bug-fix for an existing outstanding issue, follow the [Contributing code](CONTRIBUTING.md#contributing-code). If you need more context on a particular issue, comment on the issue to let people know. 3. To implement a feature or bug-fix for an existing outstanding issue, follow the [Contributing code](CONTRIBUTING.md#contributing-code). If you need more context on a particular issue, comment on the issue to let people know.
## How can I contribute? ## How can I contribute?
...@@ -34,11 +34,11 @@ The Milvus team members will review your pull requests, and once it is accepted, ...@@ -34,11 +34,11 @@ The Milvus team members will review your pull requests, and once it is accepted,
Please create a new branch from an up-to-date master on your fork. Please create a new branch from an up-to-date master on your fork.
1. Fork the repository on GitHub. 1. Fork the repository on GitHub.
2. Clone your fork to your local machine with `git clone git@github.com:<yourname>/milvus-io/milvus.git`. 2. Clone your fork to your local machine with `git clone git@github.com:<yourname>/milvus-io/milvus.git`.
3. Create a branch with `git checkout -b my-topic-branch`. 3. Create a branch with `git checkout -b my-topic-branch`.
4. Make your changes, commit, then push to to GitHub with `git push --set-upstream origin my-topic-branch`. You must record your changes in [CHANGELOG.md](CHANGELOG.md) with issue numbers and descriptions. 4. Make your changes, commit, then push to to GitHub with `git push --set-upstream origin my-topic-branch`. You must record your changes in [CHANGELOG.md](CHANGELOG.md) with issue numbers and descriptions.
5. Visit GitHub and make your pull request. 5. Visit GitHub and make your pull request.
If you have an existing local repository, please update it before you start, to minimize the chance of merge conflicts. If you have an existing local repository, please update it before you start, to minimize the chance of merge conflicts.
...@@ -53,10 +53,10 @@ git checkout -b my-topic-branch ...@@ -53,10 +53,10 @@ git checkout -b my-topic-branch
Before sending your pull requests for review, make sure your changes are consistent with the guidelines and follow the Milvus coding style. Before sending your pull requests for review, make sure your changes are consistent with the guidelines and follow the Milvus coding style.
- Include unit tests when you contribute new features, as they help to prove that your code works correctly, and also guard against future breaking changes to lower the maintenance cost. - Include unit tests when you contribute new features, as they help to prove that your code works correctly, and also guard against future breaking changes to lower the maintenance cost.
- Bug fixes also require unit tests, because the presence of bugs usually indicates insufficient test coverage. - Bug fixes also require unit tests, because the presence of bugs usually indicates insufficient test coverage.
- Keep API compatibility in mind when you change code in Milvus. Reviewers of your pull request will comment on any API compatibility issues. - Keep API compatibility in mind when you change code in Milvus. Reviewers of your pull request will comment on any API compatibility issues.
- When you contribute a new feature to Milvus, the maintenance burden is (by default) transferred to the Milvus team. This means that the benefit of the contribution must be compared against the cost of maintaining the feature. - When you contribute a new feature to Milvus, the maintenance burden is (by default) transferred to the Milvus team. This means that the benefit of the contribution must be compared against the cost of maintaining the feature.
### Developer Certificate of Origin (DCO) ### Developer Certificate of Origin (DCO)
...@@ -80,10 +80,10 @@ $ git commit -s -m 'This is my commit message' ...@@ -80,10 +80,10 @@ $ git commit -s -m 'This is my commit message'
The coding style used in Milvus generally follow [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html). The coding style used in Milvus generally follow [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
And we made the following changes based on the guide: And we made the following changes based on the guide:
- 4 spaces for indentation - 4 spaces for indentation
- Adopt .cpp file extension instead of .cc extension - Adopt .cpp file extension instead of .cc extension
- 120-character line length - 120-character line length
- Camel-Cased file names - Camel-Cased file names
### Format code ### Format code
......
...@@ -2,19 +2,32 @@ ...@@ -2,19 +2,32 @@
<!-- TOC --> <!-- TOC -->
- [Build from source](#build-from-source) - [Build from source](#build-from-source)
- [Requirements](#requirements) - [Requirements](#requirements)
- [Compilation](#compilation) - [Compilation](#compilation)
- [Launch Milvus server](#launch-milvus-server) - [Launch Milvus server](#launch-milvus-server)
- [Compile Milvus on Docker](#compile-milvus-on-docker)
- [Compile Milvus on Docker](#compile-milvus-on-docker)
- [Step 1 Pull Milvus Docker images](#step-1-pull-milvus-docker-images) - [Step 1 Pull Milvus Docker images](#step-1-pull-milvus-docker-images)
- [Step 2 Start the Docker container](#step-2-start-the-docker-container) - [Step 2 Start the Docker container](#step-2-start-the-docker-container)
- [Step 3 Download Milvus source code](#step-3-download-milvus-source-code) - [Step 3 Download Milvus source code](#step-3-download-milvus-source-code)
- [Step 4 Compile Milvus in the container](#step-4-compile-milvus-in-the-container) - [Step 4 Compile Milvus in the container](#step-4-compile-milvus-in-the-container)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](#troubleshooting)
- [Error message: `protocol https not supported or disabled in libcurl`](#error-message-protocol-https-not-supported-or-disabled-in-libcurl) - [Error message: `protocol https not supported or disabled in libcurl`](#error-message-protocol-https-not-supported-or-disabled-in-libcurl)
- [Error message: `internal compiler error`](#error-message-internal-compiler-error) - [Error message: `internal compiler error`](#error-message-internal-compiler-error)
- [Error message: `error while loading shared libraries: libmysqlpp.so.3`](#error-message-error-while-loading-shared-libraries-libmysqlppso3) - [Error message: `error while loading shared libraries: libmysqlpp.so.3`](#error-message-error-while-loading-shared-libraries-libmysqlppso3)
- [CMake version is not supported](#cmake-version-is-not-supported) - [CMake version is not supported](#cmake-version-is-not-supported)
<!-- /TOC --> <!-- /TOC -->
...@@ -23,20 +36,25 @@ ...@@ -23,20 +36,25 @@
### Requirements ### Requirements
- Operating system - Operating system
- Ubuntu 18.04 or higher - Ubuntu 18.04 or higher
- CentOS 7 - CentOS 7
> Note: If your Linux operating system does not meet the requirements, we recommend that you pull a Docker image of [Ubuntu 18.04](https://docs.docker.com/install/linux/docker-ce/ubuntu/) or [CentOS 7](https://docs.docker.com/install/linux/docker-ce/centos/) as your compilation environment. > Note: If your Linux operating system does not meet the requirements, we recommend that you pull a Docker image of [Ubuntu 18.04](https://docs.docker.com/install/linux/docker-ce/ubuntu/) or [CentOS 7](https://docs.docker.com/install/linux/docker-ce/centos/) as your compilation environment.
- GCC 7.0 or higher to support C++ 17 - GCC 7.0 or higher to support C++ 17
- CMake 3.12 or higher
- Git - CMake 3.12 or higher
- Git
For GPU-enabled version, you will also need: For GPU-enabled version, you will also need:
- CUDA 10.0 or higher - CUDA 10.0 or higher
- NVIDIA driver 418 or higher
- NVIDIA driver 418 or higher
### Compilation ### Compilation
...@@ -185,8 +203,8 @@ $ ./start_server.sh ...@@ -185,8 +203,8 @@ $ ./start_server.sh
Follow the steps below to solve this problem: Follow the steps below to solve this problem:
1. Make sure you have `libcurl4-openssl-dev` installed in your system. 1. Make sure you have `libcurl4-openssl-dev` installed in your system.
2. Try reinstalling the latest CMake from source with `--system-curl` option: 2. Try reinstalling the latest CMake from source with `--system-curl` option:
```shell ```shell
$ ./bootstrap --system-curl $ ./bootstrap --system-curl
...@@ -210,21 +228,21 @@ Note: You might also need to configure CMake build for faiss in `[Milvus root pa ...@@ -210,21 +228,21 @@ Note: You might also need to configure CMake build for faiss in `[Milvus root pa
Follow the steps below to solve this problem: Follow the steps below to solve this problem:
1. Check whether `libmysqlpp.so.3` is correctly installed. 1. Check whether `libmysqlpp.so.3` is correctly installed.
2. If `libmysqlpp.so.3` is installed, check whether it is added to `LD_LIBRARY_PATH`. 2. If `libmysqlpp.so.3` is installed, check whether it is added to `LD_LIBRARY_PATH`.
### CMake version is not supported ### CMake version is not supported
Follow the steps below to install a supported version of CMake: Follow the steps below to install a supported version of CMake:
1. Remove the unsupported version of CMake. 1. Remove the unsupported version of CMake.
2. Get CMake 3.12 or higher. Here we get CMake 3.12. 2. Get CMake 3.12 or higher. Here we get CMake 3.12.
```shell ```shell
$ wget https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.tar.gz $ wget https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.tar.gz
``` ```
3. Extract the file and install CMake. 3. Extract the file and install CMake.
```shell ```shell
$ tar zxvf cmake-3.12.2-Linux-x86_64.tar.gz $ tar zxvf cmake-3.12.2-Linux-x86_64.tar.gz
......
...@@ -53,12 +53,12 @@ See our [test reports](https://github.com/milvus-io/milvus/tree/master/docs) for ...@@ -53,12 +53,12 @@ See our [test reports](https://github.com/milvus-io/milvus/tree/master/docs) for
## Supported clients ## Supported clients
- [Go](https://github.com/milvus-io/milvus-sdk-go) - [Go](https://github.com/milvus-io/milvus-sdk-go)
- [Python](https://github.com/milvus-io/pymilvus) - [Python](https://github.com/milvus-io/pymilvus)
- [Java](https://github.com/milvus-io/milvus-sdk-java) - [Java](https://github.com/milvus-io/milvus-sdk-java)
- [C++](https://github.com/milvus-io/milvus/tree/master/sdk) - [C++](https://github.com/milvus-io/milvus/tree/master/sdk)
- [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl) - [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl)
- [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) (Provided by [arkie](https://www.arkie.cn/)) - [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) (Provided by [arkie](https://www.arkie.cn/))
## Get started ## Get started
...@@ -85,9 +85,9 @@ See our [community](https://github.com/milvus-io/community) repository to learn ...@@ -85,9 +85,9 @@ See our [community](https://github.com/milvus-io/community) repository to learn
## Mailing lists ## Mailing lists
- [Milvus TSC](https://lists.lfai.foundation/g/milvus-tsc) - [Milvus TSC](https://lists.lfai.foundation/g/milvus-tsc)
- [Milvus Technical Discuss](https://lists.lfai.foundation/g/milvus-technical-discuss) - [Milvus Technical Discuss](https://lists.lfai.foundation/g/milvus-technical-discuss)
- [Milvus Announce](https://lists.lfai.foundation/g/milvus-announce) - [Milvus Announce](https://lists.lfai.foundation/g/milvus-announce)
## Contributors ## Contributors
...@@ -114,19 +114,19 @@ Below is a list of Milvus contributors. We greatly appreciate your contributions ...@@ -114,19 +114,19 @@ Below is a list of Milvus contributors. We greatly appreciate your contributions
## Resources ## Resources
- [Milvus.io](https://www.milvus.io) - [Milvus.io](https://www.milvus.io)
- [Milvus FAQ](https://www.milvus.io/docs/faq/operational_faq.md) - [Milvus FAQ](https://www.milvus.io/docs/faq/operational_faq.md)
- [Milvus Medium](https://medium.com/@milvusio) - [Milvus Medium](https://medium.com/@milvusio)
- [Milvus CSDN](https://zilliz.blog.csdn.net/) - [Milvus CSDN](https://zilliz.blog.csdn.net/)
- [Milvus Twitter](https://twitter.com/milvusio) - [Milvus Twitter](https://twitter.com/milvusio)
- [Milvus Facebook](https://www.facebook.com/io.milvus.5) - [Milvus Facebook](https://www.facebook.com/io.milvus.5)
- [Milvus design docs](DESIGN.md) - [Milvus design docs](DESIGN.md)
## License ## License
......
...@@ -53,12 +53,12 @@ Milvus 可以广泛应用于各类场景。下图展示了基于 Milvus 和 VGG ...@@ -53,12 +53,12 @@ Milvus 可以广泛应用于各类场景。下图展示了基于 Milvus 和 VGG
## 支持的客户端 ## 支持的客户端
- [Go](https://github.com/milvus-io/milvus-sdk-go) - [Go](https://github.com/milvus-io/milvus-sdk-go)
- [Python](https://github.com/milvus-io/pymilvus) - [Python](https://github.com/milvus-io/pymilvus)
- [Java](https://github.com/milvus-io/milvus-sdk-java) - [Java](https://github.com/milvus-io/milvus-sdk-java)
- [C++](https://github.com/milvus-io/milvus/tree/master/sdk) - [C++](https://github.com/milvus-io/milvus/tree/master/sdk)
- [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl) - [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl)
- [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) ( [arkie](https://www.arkie.cn/) 提供) - [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) ( [arkie](https://www.arkie.cn/) 提供)
## 开始使用 Milvus ## 开始使用 Milvus
...@@ -84,23 +84,23 @@ Milvus 可以广泛应用于各类场景。下图展示了基于 Milvus 和 VGG ...@@ -84,23 +84,23 @@ Milvus 可以广泛应用于各类场景。下图展示了基于 Milvus 和 VGG
## 相关链接 ## 相关链接
- [Milvus.io](https://www.milvus.io) - [Milvus.io](https://www.milvus.io)
- [Milvus 在线训练营](https://github.com/milvus-io/bootcamp) - [Milvus 在线训练营](https://github.com/milvus-io/bootcamp)
- [Milvus 测试报告](https://github.com/milvus-io/milvus/tree/master/docs) - [Milvus 测试报告](https://github.com/milvus-io/milvus/tree/master/docs)
- [Milvus 常见问题](https://www.milvus.io/cn/docs/faq/operational_faq.md) - [Milvus 常见问题](https://www.milvus.io/cn/docs/faq/operational_faq.md)
- [Milvus Medium](https://medium.com/@milvusio) - [Milvus Medium](https://medium.com/@milvusio)
- [Milvus CSDN](https://zilliz.blog.csdn.net/) - [Milvus CSDN](https://zilliz.blog.csdn.net/)
- [Milvus Twitter](https://twitter.com/milvusio) - [Milvus Twitter](https://twitter.com/milvusio)
- [Milvus Facebook](https://www.facebook.com/io.milvus.5) - [Milvus Facebook](https://www.facebook.com/io.milvus.5)
- [Milvus 设计文档](design.md) - [Milvus 设计文档](design.md)
## 许可协议 ## 许可协议
......
...@@ -53,12 +53,12 @@ Milvus [リリースノート](https://www.milvus.io/docs/v0.6.0/releases/v0.6.0 ...@@ -53,12 +53,12 @@ Milvus [リリースノート](https://www.milvus.io/docs/v0.6.0/releases/v0.6.0
## サポートするクライアント ## サポートするクライアント
- [Go](https://github.com/milvus-io/milvus-sdk-go) - [Go](https://github.com/milvus-io/milvus-sdk-go)
- [Python](https://github.com/milvus-io/pymilvus) - [Python](https://github.com/milvus-io/pymilvus)
- [Java](https://github.com/milvus-io/milvus-sdk-java) - [Java](https://github.com/milvus-io/milvus-sdk-java)
- [C++](https://github.com/milvus-io/milvus/tree/master/sdk) - [C++](https://github.com/milvus-io/milvus/tree/master/sdk)
- [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl) - [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl)
- [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) ([arkie](https://www.arkie.cn/)が提供した) - [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) ([arkie](https://www.arkie.cn/)が提供した)
## はじめに ## はじめに
...@@ -78,9 +78,9 @@ Milvusをコンフィグするために、[Milvusコンフィグ](https://www.mi ...@@ -78,9 +78,9 @@ Milvusをコンフィグするために、[Milvusコンフィグ](https://www.mi
## メーリングリスト ## メーリングリスト
- [Milvus TSC](https://lists.lfai.foundation/g/milvus-tsc) - [Milvus TSC](https://lists.lfai.foundation/g/milvus-tsc)
- [Milvus Technical Discuss](https://lists.lfai.foundation/g/milvus-technical-discuss) - [Milvus Technical Discuss](https://lists.lfai.foundation/g/milvus-technical-discuss)
- [Milvus Announce](https://lists.lfai.foundation/g/milvus-announce) - [Milvus Announce](https://lists.lfai.foundation/g/milvus-announce)
## Milvusコミュニティを参加する ## Milvusコミュニティを参加する
...@@ -89,23 +89,23 @@ Milvusをコンフィグするために、[Milvusコンフィグ](https://www.mi ...@@ -89,23 +89,23 @@ Milvusをコンフィグするために、[Milvusコンフィグ](https://www.mi
## 参考情報 ## 参考情報
- [Milvus.io](https://www.milvus.io) - [Milvus.io](https://www.milvus.io)
- [Milvus](https://github.com/milvus-io/bootcamp) - [Milvus](https://github.com/milvus-io/bootcamp)
- [Milvus テストレポート](https://github.com/milvus-io/milvus/tree/master/docs) - [Milvus テストレポート](https://github.com/milvus-io/milvus/tree/master/docs)
- [Milvus のよくある質問](https://www.milvus.io/docs/faq/operational_faq.md) - [Milvus のよくある質問](https://www.milvus.io/docs/faq/operational_faq.md)
- [Milvus Medium](https://medium.com/@milvusio) - [Milvus Medium](https://medium.com/@milvusio)
- [Milvus CSDN](https://zilliz.blog.csdn.net/) - [Milvus CSDN](https://zilliz.blog.csdn.net/)
- [Milvus ツイッター](https://twitter.com/milvusio) - [Milvus ツイッター](https://twitter.com/milvusio)
- [Milvus Facebook](https://www.facebook.com/io.milvus.5) - [Milvus Facebook](https://www.facebook.com/io.milvus.5)
- [Milvus デザイン文書](design.md) - [Milvus デザイン文書](design.md)
## ライセンス ## ライセンス
......
...@@ -9,9 +9,9 @@ Project versioning follows the specification of [Semantic Versioning 2.0.0](http ...@@ -9,9 +9,9 @@ Project versioning follows the specification of [Semantic Versioning 2.0.0](http
## Release criteria ## Release criteria
- Milvus core test code coverage must be at least 90%. - Milvus core test code coverage must be at least 90%.
- Reported bugs should not have any critical issues. - Reported bugs should not have any critical issues.
- All bugs, new features, enhancements must be tested. - All bugs, new features, enhancements must be tested.
- All documents need to be reviewed with no broken link. - All documents need to be reviewed with no broken link.
- Pressure testing, stability testing, accuracy testing and performance testing results should be evaluated. - Pressure testing, stability testing, accuracy testing and performance testing results should be evaluated.
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
The following versions of Milvus are currently being supported with security updates. The following versions of Milvus are currently being supported with security updates.
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | --------- | ------------------ |
| 0.6.0 | ✔️ | | 0.6.0 | ✔️ |
| <= 0.5.3 | :x: | | <= 0.5.3 | :x: |
## Reporting a vulnerability ## Reporting a vulnerability
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
We use GitHub for tracking bugs and feature requests. If you need any support for using Milvus, please refer to the following resources below. We use GitHub for tracking bugs and feature requests. If you need any support for using Milvus, please refer to the following resources below.
## Documentation ## Documentation
- [User Documentation](https://www.milvus.io/docs/guides/get_started/install_milvus/install_milvus.md) - [User Documentation](https://www.milvus.io/docs/guides/get_started/install_milvus/install_milvus.md)
- [Troubleshooting Guide](https://www.milvus.io/docs/v0.6.0/guides/troubleshoot.md) - [Troubleshooting Guide](https://www.milvus.io/docs/v0.6.0/guides/troubleshoot.md)
- [FAQ](https://www.milvus.io/docs/v0.6.0/faq/operational_faq.md) - [FAQ](https://www.milvus.io/docs/v0.6.0/faq/operational_faq.md)
## Real-time chat ## Real-time chat
[Slack](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk): The #general channel is the place where people offer support. [Slack](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk): The #general channel is the place where people offer support.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册