diff --git a/site/en/reference/schema.md b/site/en/reference/schema.md index 40dc745ae..c54e21145 100644 --- a/site/en/reference/schema.md +++ b/site/en/reference/schema.md @@ -53,7 +53,7 @@ Milvus supports only one primary key field in a collection. max_length (Mandatory for VARCHAR field) - Maximum length of strings allowed to be inserted. + 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. [1, 65,535]