From 2879951e1ba14404070ef657e719bf5382f2b6f3 Mon Sep 17 00:00:00 2001 From: yangxuan Date: Fri, 15 Sep 2023 16:32:13 +0800 Subject: [PATCH] Update 2.2.x readme Signed-off-by: yangxuan --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c695c1190..706f118aa 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ [![version](https://img.shields.io/pypi/v/pymilvus.svg?color=blue)](https://pypi.org/project/pymilvus/) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/pymilvus?logo=python&logoColor=blue)](https://pypi.org/project/pymilvus/) -[![Downloads](https://pepy.tech/badge/pymilvus)](https://pepy.tech/project/pymilvus) -[![Downloads](https://pepy.tech/badge/pymilvus/month)](https://pepy.tech/project/pymilvus/month) -[![Downloads](https://pepy.tech/badge/pymilvus/week)](https://pepy.tech/project/pymilvus/week) +[![Downloads](https://static.pepy.tech/badge/pymilvus)](https://pepy.tech/project/pymilvus) +[![Downloads](https://static.pepy.tech/badge/pymilvus/month)](https://pepy.tech/project/pymilvus) +[![Downloads](https://static.pepy.tech/badge/pymilvus/week)](https://pepy.tech/project/pymilvus) + [![license](https://img.shields.io/hexpm/l/plug.svg?color=green)](https://github.com/milvus-io/pymilvus/blob/master/LICENSE) [![Mergify Status][mergify-status]][mergify] +![Static Badge](https://img.shields.io/badge/slack-%23py--milvus-blue?style=social&logo=slack&link=https%3A%2F%2Fmilvusio.slack.com%2Farchives%2FC024XTWMT4L) +[mergify]: https://mergify.com +[mergify-status]: https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/milvus-io/pymilvus&style=flat Python SDK for [Milvus](https://github.com/milvus-io/milvus). To contribute code to this project, please read our [contribution guidelines](https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md) first. If you have some ideas or encounter a problem, you can find us in the Slack channel [#py-milvus](https://milvusio.slack.com/archives/C024XTWMT4L). @@ -21,7 +25,7 @@ The following collection shows Milvus versions and recommended PyMilvus versions | 1.1.\* | 1.1.2 | | 2.0.\* | 2.0.2 | | 2.1.\* | 2.1.3 | -| 2.2.\* | 2.2.13 | +| 2.2.\* | 2.2.16 | ## Installation @@ -35,7 +39,7 @@ $ pip3 install pymilvus You can install a specific version of PyMilvus by: ```shell -$ pip3 install pymilvus==2.2.13 +$ pip3 install pymilvus==2.2.16 ``` You can upgrade PyMilvus to the latest version by: @@ -86,7 +90,7 @@ make format ## Documentation -Documentation is available online: https://milvus.io/api-reference/pymilvus/v2.2.0/About.md +Documentation is available online: https://milvus.io/api-reference/pymilvus/v2.2.x/About.md ## Developing package releases @@ -109,7 +113,3 @@ $ python3 -m pip install --extra-index-url https://test.pypi.org/simple/ pymilvu ## License [Apache License 2.0](LICENSE) - - -[mergify]: https://mergify.io -[mergify-status]: https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/milvus-io/pymilvus&style=plastic