Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 3, 2024
1 parent e890e14 commit e29ca44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2.4.x/site/en/reference/scalar_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Milvus aims to achieve low memory usage, high filtering efficiency, and short lo

### Auto indexing

Milvus automatically creates an auto index for a scalar field based on its data type, without requiring manual intervention. Auto indexing is suitable for prefix match queries and frequent retrieval scenarios.
Milvus provides the `AUTOINDEX` option to free you from having to manually choose an index type. When calling the `create_index` method, if the `index_type` is not specified, Milvus automatically selects the most suitable index type based on the data type.

The following table lists the data types that Milvus supports and their corresponding auto indexing algorithms.

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.5.x",
"version": "v2.4.x",
"released": "yes"
}

0 comments on commit e29ca44

Please sign in to comment.