Skip to content

Commit

Permalink
Merge pull request #2843 from liyun95/v2.4.x
Browse files Browse the repository at this point in the history
update max_length param description
  • Loading branch information
liyun95 authored Oct 28, 2024
2 parents 77e0309 + 65bbf3f commit 761d893
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 761d893

Please sign in to comment.