Skip to content

Commit

Permalink
Release new docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 24, 2024
1 parent b444d8e commit 2f69b80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions v2.5.x/Variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"milvus_deb_name": "milvus_2.2.0-1_amd64",
"milvus_rpm_name": "milvus-2.2.0-1.el7.x86_64",
"milvus_python_sdk_version": "2.4.x",
"milvus_python_sdk_real_version": "2.5.0",
"milvus_python_sdk_real_version": "2.5.1",
"milvus_node_sdk_version": "2.4.x",
"milvus_node_sdk_real_version": "v2.5.0",
"milvus_node_sdk_real_version": "v2.5.2",
"milvus_go_sdk_version": "2.3.x",
"milvus_go_sdk_real_version": "2.4.0",
"milvus_java_sdk_version": "2.4.x",
"milvus_java_sdk_real_version": "2.5.0",
"milvus_java_sdk_real_version": "2.5.2",
"milvus_csharp_sdk_version": "2.2.x",
"milvus_csharp_sdk_real_version": "2.2.14",
"milvus_restful_sdk_version": "2.4.x",
Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/adminGuide/resource_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Of course, if the number of QueryNodes in the cluster changes, the Milvus will c

<div class="alert note">

All code samples on this page are in PyMilvus 2.5.0. Upgrade your PyMilvus installation before running them.
All code samples on this page are in PyMilvus 2.5.1. Upgrade your PyMilvus installation before running them.

</div>

Expand Down
4 changes: 2 additions & 2 deletions v2.5.x/site/en/getstarted/install_SDKs/install-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Run the following command to install Milvus Java SDK.
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.5.0</version>
<version>2.5.2</version>
</dependency>
```

- Gradle/Grails

```
implementation 'io.milvus:milvus-sdk-java:2.5.0'
implementation 'io.milvus:milvus-sdk-java:2.5.2'
```

## What's next
Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/getstarted/install_SDKs/install-pymilvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It is recommended to install a PyMilvus version that matches the version of the
</div>

```
$ python3 -m pip install pymilvus==2.5.0
$ python3 -m pip install pymilvus==2.5.1
```

## Verify installation
Expand Down

0 comments on commit 2f69b80

Please sign in to comment.