File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ Please mark all change in change log and use the issue from GitHub
77- \# 3536 Release search task in time to avoid excessive memory usage
88- \# 3656 Fix to check search params 'nprobe' of BIN_IVF_FLAT
99- \# 3742 If the GPU cache is too small, IVF_SQ8H using multiple GPUs will cause to crash
10+ - \# 3760 After IVF_SQ8H querying, an CUDA error will occur when Milvus exits
1011
1112## Feature
12- - \# 3213 Allow users to specify a distance type at runtime for Flat index
13- - \# 3254 Allow more choices for the parameter ‘m’ of CPU IVF_PQ
14- - \# 3606 Searching auto turn into CPU when the parameter 'nprobe' of IVF is larger than 2048
15- - \# 3639 Searching auto turn into CPU when the parameter 'topk' of index is larger than 2048
1613
1714## Improvement
15+ - \# 3213 Allow users to specify a distance type at runtime for Flat index
16+ - \# 3254 Allow more choices for the parameter ‘m’ of IVF_PQ
17+ - \# 3606 The supported parameter 'nprobe' of IVF is expanded to [ 1, 16384]
18+ - \# 3639 The supported parameter 'topk' of searching is expanded to [ 1, 16384]
1819
1920## Task
2021
You can’t perform that action at this time.
0 commit comments