[skip ci] Add note for design doc (#13040)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/13066/head
groot 2021-12-09 11:27:16 +08:00 committed by GitHub
parent dbf757e08b
commit 4717ae8362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1763,6 +1763,7 @@ message DoubleArray {
## BytesArray
Byte values array. For special fields such as binary vector.
Note: each bit is one dimension.
```
message BytesArray {
repeated bytes data = 1;