Skip to content

Commit

Permalink
Update Readme to the latest pymilvus version (#1233)
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Nov 21, 2022
1 parent aaa98eb commit 658aa32
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ The following collection shows Milvus versions and recommended PyMilvus versions

|Milvus version| Recommended PyMilvus version |
|:-----:|:-----:|
| 1.0.* | 1.0.1 |
| 1.1.* | 1.1.2 |
| 2.0.* | 2.0.2 |
| 2.1.* | 2.1.1 |
| 1.0.\* | 1.0.1 |
| 1.1.\* | 1.1.2 |
| 2.0.\* | 2.0.2 |
| 2.1.\* | 2.1.3 |
| 2.2.\* | 2.2.0 |


## Installation
Expand All @@ -34,7 +35,7 @@ $ pip3 install pymilvus
You can install a specific version of PyMilvus by:

```shell
$ pip3 install pymilvus==2.1.0
$ pip3 install pymilvus==2.2.0
```

You can upgrade PyMilvus to the latest version by:
Expand Down Expand Up @@ -71,7 +72,7 @@ $ python setup.py install

## Documentation

Documentation is available online: https://milvus.io/api-reference/pymilvus/v2.1.1/About.md
Documentation is available online: https://milvus.io/api-reference/pymilvus/v2.2.0/About.md

## Developing package releases

Expand Down

0 comments on commit 658aa32

Please sign in to comment.