Skip to content

Commit 3247714

Browse files
Update About.md
1 parent 4b0187f commit 3247714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

API_Reference/pymilvus/v2.4.x/About.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ In this release, you have the flexibility to choose MilvusClient or the original
1818
| 2.1.x | 2.1.3 |
1919
| 2.2.x | 2.2.3 |
2020
| 2.3.x | 2.3.7 |
21-
| 2.4.x | 2.4.4 |
21+
| 2.4.x | 2.4.10 |
2222

2323
## Install & Update
2424

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

2727
```shell
28-
pip install --upgrade pymilvus==v2.4.4
28+
pip install --upgrade pymilvus==v2.4.10
2929
```
3030

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

3636
print(__version__)
3737

38-
# v2.4.4
38+
# v2.4.10
3939
```
4040

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

0 commit comments

Comments
 (0)