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 25, 2024
1 parent e8d533f commit 9842d53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2.5.x/site/en/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ To better support massive data and rich features, Milvus's sophisticated design

Milvus 2.5 introduces a built-in Cluster Management WebUI, reducing system maintenance difficulty by visualizing Milvus's complex runtime environment information. This includes details of databases and collections, segments, channels, dependencies, node health status, task information, slow queries, and more.

For details, refer to [Milvus WebUI](milvus-webui.md).

#### Text Match

Milvus 2.5 leverages analyzers and indexing from [Tantivy](https://github.com/quickwit-oss/tantivy) for text preprocessing and index building, supporting precise natural language matching of text data based on specific terms. This feature is primarily used for filtered search to satisfy specific conditions and can incorporate scalar filtering to refine query results, allowing similarity searches within vectors that meet scalar criteria.
Expand Down Expand Up @@ -88,6 +90,8 @@ In addition to JSON and Parquet formats, Milvus now supports direct bulk import

Milvus now supports expression templates, improving expression parsing efficiency, particularly in scenarios with complex expressions.

For details, refer to [Filter Templating](filtering-templating.md).

#### GroupBy Enhancements

- **Customizable Group Size**: Added support for specifying the number of entries returned for each group.
Expand Down

0 comments on commit 9842d53

Please sign in to comment.