diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index c61f00207d..0c7feaabac 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -2693,7 +2693,7 @@ This defaults to true, indicating that Milvus creates temporary index for growin p.MultipleChunkedEnable = ParamItem{ Key: "queryNode.segcore.multipleChunkedEnable", Version: "2.0.0", - DefaultValue: "false", + DefaultValue: "true", Doc: "Enable multiple chunked search", Export: true, }