Skip to content

Commit

Permalink
Release new docs to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Nov 26, 2024
1 parent f04e7c4 commit b6e28c4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 26 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.4.9",
"milvus_python_sdk_real_version": "2.5.0",
"milvus_node_sdk_version": "2.4.x",
"milvus_node_sdk_real_version": "v2.4.9",
"milvus_node_sdk_real_version": "v2.5.0",
"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.4.8",
"milvus_java_sdk_real_version": "2.5.0",
"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.4.9. Upgrade your PyMilvus installation before running them.
All code samples on this page are in PyMilvus 2.5.0. 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.4.8</version>
<version>2.5.0</version>
</dependency>
```

- Gradle/Grails

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

## 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.4.9
$ python3 -m pip install pymilvus==2.5.0
```

## Verify installation
Expand Down
18 changes: 0 additions & 18 deletions v2.5.x/site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@
"order": 1,
"children": []
},
{
"label": "Consistency",
"id": "consistency.md",
"order": 2,
"children": []
},
{
"label": "Multi-tenancy",
"id": "multi_tenancy.md",
Expand All @@ -254,12 +248,6 @@
"order": 4,
"children": []
},
{
"label": "Similarity Metrics",
"id": "metric.md",
"order": 5,
"children": []
},
{
"label": "Time Synchronization",
"id": "time_sync.md",
Expand Down Expand Up @@ -298,12 +286,6 @@
"order": 8,
"children": []
},
{
"label": "Reranking",
"id": "reranking.md",
"order": 9,
"children": []
},
{
"label": "In-memory Replica",
"id": "replica.md",
Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In Milvus 2.5, tokenization and sparse vector extraction are now built-in, truly

For details, refer to [Full Text Search](full-text-search.md).

#### Cluster Management WebUI
#### Cluster Management WebUI (Beta)

To better support massive data and rich features, Milvus's sophisticated design includes various dependencies, numerous node roles, complex data structures, and more. These aspects can pose challenges for usage and maintenance.

Expand Down

0 comments on commit b6e28c4

Please sign in to comment.