Skip to content

Commit

Permalink
Update About.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Nov 28, 2024
1 parent 4b0187f commit 3247714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API_Reference/pymilvus/v2.4.x/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ In this release, you have the flexibility to choose MilvusClient or the original
| 2.1.x | 2.1.3 |
| 2.2.x | 2.2.3 |
| 2.3.x | 2.3.7 |
| 2.4.x | 2.4.4 |
| 2.4.x | 2.4.10 |

## Install & Update

You can run the following command to install the latest PyMilvus or update your PyMilvus to this version.

```shell
pip install --upgrade pymilvus==v2.4.4
pip install --upgrade pymilvus==v2.4.10
```

After the installation, you can check the PyMilvus version by running the following
Expand All @@ -35,7 +35,7 @@ from pymilvus import __version__

print(__version__)

# v2.4.4
# v2.4.10
```

To install the Model library for embedding operations, run the following command:
Expand Down

0 comments on commit 3247714

Please sign in to comment.