milvus-0.10.3
Release date:2020-9-21
Compatibility
| Milvus version | Python SDK version | Java SDK version | Go SDK version |
|---|---|---|---|
| 0.10.3 | 0.2.14 | 0.8.4 | 0.4.4 |
Improvements
- Allows the user to specify
metric_typewhen searching in a collection with FLAT index. #3213 - Adds more valid values to the indexing parameter
mof IVF_PQ: Anmis valid so long as it can be divided bydim, the number of vector dimensions. #3254 - Expands the range of
nprobeto [1, 16384] for all IVF indexes. #3606 - Expands the range of
top_kin an embeddings search to [1, 16384]. #3639 - Optimizes the memory release strategy to avoid memory overuse. #3536
Fixed issues
- Milvus running on multiple GPU devices and using IVF_SQ8H crashes if GPU cache is set too low. #3742
- Milvus reports a CUDA error when quitting, if the index is IVF_SQ8H. #3760
See CHANGELOG for more information.