mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#13931)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/14012/head
parent
3440f129be
commit
4dafe15f5c
|
@ -243,7 +243,7 @@ IndexWrapper::Serialize() {
|
|||
binarySet.Append(RAW_DATA, raw_data, raw_data_.size());
|
||||
auto slice_size = get_index_file_slice_size();
|
||||
// https://github.com/milvus-io/milvus/issues/6421
|
||||
// Disassemble will only divide the raw vectors, other keys was already divided
|
||||
// Disassemble will only divide the raw vectors, other keys were already divided
|
||||
knowhere::Disassemble(slice_size * 1024 * 1024, binarySet);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue