Skip to content

Commit

Permalink
update max_length param description
Browse files Browse the repository at this point in the history
Signed-off-by: liyun95 <[email protected]>
  • Loading branch information
liyun95 committed Oct 28, 2024
1 parent 77e0309 commit 65bbf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/reference/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Milvus supports only one primary key field in a collection.
</tr>
<tr>
<td><code>max_length</code> (Mandatory for VARCHAR field)</td>
<td>Maximum length of strings allowed to be inserted.</td>
<td>Maximum byte length for strings allowed to be inserted. Note that multibyte characters (e.g., Unicode characters) may occupy more than one byte each, so ensure the byte length of inserted strings does not exceed the specified limit.</td>
<td>[1, 65,535]</td>
</tr>
<tr>
Expand Down

0 comments on commit 65bbf3f

Please sign in to comment.