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 104fc25 commit adaaf6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 adaaf6b

Please sign in to comment.