mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Add comments for VectorFieldInfo (#11595)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
d489a0a245
commit
b6c7bc19d1
@ -56,6 +56,7 @@ const (
|
||||
maxBloomFalsePositive float64 = 0.005
|
||||
)
|
||||
|
||||
// VectorFieldInfo contains binlog info of vector field
|
||||
type VectorFieldInfo struct {
|
||||
fieldBinlog *datapb.FieldBinlog
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user