mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
[skip e2e] Grammar correction (#13931)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user