mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add note for design doc (#13040)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/13066/head
parent
dbf757e08b
commit
4717ae8362
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue