From 32477142052fb3a6dab6bf094ad54da1982a4999 Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:10:14 +0800 Subject: [PATCH] Update About.md --- API_Reference/pymilvus/v2.4.x/About.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API_Reference/pymilvus/v2.4.x/About.md b/API_Reference/pymilvus/v2.4.x/About.md index aec1f3b26..554f919a9 100644 --- a/API_Reference/pymilvus/v2.4.x/About.md +++ b/API_Reference/pymilvus/v2.4.x/About.md @@ -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 @@ -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: