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 2a9f102 commit 6824015
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v2.5.x/site/en/about/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ In addition to primitive data types, Milvus supports various advanced data types
- [Sparse Vectors](sparse_vector.md)
- [Binary Vectors](index-vector-fields.md)
- [JSON Support](use-json-fields.md)
- [Array Support](array.md)
- [Array Support](array_data_type.md)
- [Distance Metrics](metric.md)

### Acceleration
Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
},
{
"label": "Array Field",
"id": "array.md",
"id": "array_data_type.md",
"order": 8,
"children": []
},
Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/reference/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fields = [
- DOUBLE: numpy.double
- VARCHAR: VARCHAR
- JSON: [JSON](use-json-fields.md)
- Array: [Array](array.md)
- Array: [Array](array_data_type.md)

JSON as a composite data type is available. A JSON field comprises key-value pairs. Each key is a string, and a value can be a number, string, boolean value, array, or list. For details, refer to [JSON: a new data type](use-json-fields.md).

Expand Down
2 changes: 1 addition & 1 deletion v2.5.x/site/en/userGuide/schema/array_data_type.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: array.md
id: array_data_type.md
title: Array Field​​
summary: The Array type is used to store fields containing multiple values of the same data type. It provides a flexible way to store attributes with multiple elements, making it especially useful in scenarios where a set of related data needs to be saved. In Milvus, you can store Array fields alongside vector data, enabling more complex query and filtering requirements.​
---
Expand Down

0 comments on commit 6824015

Please sign in to comment.