3 Commits

Author SHA1 Message Date
foxspy
d1d32eb1f9
enhance: [2.6]overwriting current index type during index build stage (#44754)
issue: #44753 
pr: #44753

Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
2025-10-11 21:03:58 +08:00
foxspy
172051b050
fix: remove num_build_thread param (#39340)
issue: #39090 
The num_build_thread parameter will limit the number of build omps. This
parameter will override the effect of buildIndexThreadPoolRatio.
Removing this parameter will have no actual effect. This parameter is
actually only used in the growing index, where it will be explicitly
set.

Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
2025-01-16 19:21:01 +08:00
foxspy
3224e58c5b
enhance: add unify vector index config management (#36846)
issue: #34298

Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
2024-11-01 06:18:21 +08:00