File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- af4a59730e62ce87813dd141cab505ff94c465d1
1+ 730ae3fcb84a9a6b29a233c52ee6c519cac1e144
Original file line number Diff line number Diff line change @@ -79,19 +79,19 @@ message VectorIndexSettings {
7979 VECTOR_TYPE_BIT = 4 ;
8080 }
8181
82- Metric metric = 1 ;
82+ optional Metric metric = 1 ;
8383
84- VectorType vector_type = 2 ;
84+ optional VectorType vector_type = 2 ;
8585
86- uint32 vector_dimension = 3 ;
86+ optional uint32 vector_dimension = 3 ;
8787}
8888
8989message KMeansTreeSettings {
9090 VectorIndexSettings settings = 1 ;
91- // average count of clusters on each level of tree, 0 -- means auto
92- uint32 clusters = 2 ;
93- // average count of levels in the tree, 0 -- means auto
94- uint32 levels = 3 ;
91+
92+ optional uint32 clusters = 2 ;
93+
94+ optional uint32 levels = 3 ;
9595}
9696
9797message GlobalIndex {
You can’t perform that action at this time.
0 commit comments