Skip to content

Commit adaaf6b

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Release new docs to preview
1 parent 104fc25 commit adaaf6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2.5.x/site/en/reference/schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fields = [
116116
- DOUBLE: numpy.double
117117
- VARCHAR: VARCHAR
118118
- JSON: [JSON](use-json-fields.md)
119-
- Array: [Array](array.md)
119+
- Array: [Array](array_data_type.md)
120120

121121
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).
122122

v2.5.x/site/en/userGuide/schema/array_data_type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: array.md
2+
id: array_data_type.md
33
title: Array Field​​
44
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.​
55
---

0 commit comments

Comments
 (0)