Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme to the latest pymilvus version #1233

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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