Milvus v0.8.0 adds ANNOY index support, vector deletion across 8 index types, and new HTTP similarity metrics.
$ git clone --branch v0.8.0 https://github.com/milvus-io/milvus.git # already have the repo? check out this version: $ git checkout v0.8.0
- ›Adds
ANNOYindex type support for approximate nearest-neighbor search. - ›Adds vector deletion for one or multiple vectors across Flat, IVFlat,
IVFPQ,IVFSQ8,IVFSQ8H,NSG,HNSW, andANNOYindex types. - ›Adds
SuperStructureandSubStructuresimilarity metrics to the HTTP module.
1 more release in this issue · 2020-04-01 → 2020-04-15
Milvus v0.7.1 adds substructure and superstructure distance metrics for chemical structure search on FLAT indexes.
$ git clone --branch v0.7.1 https://github.com/milvus-io/milvus.git # already have the repo? check out this version: $ git checkout v0.7.1
- ›Adds substructure and superstructure distance metrics to the
FLATindex type, enabling similarity search over chemical structures. - ›Combines identical concurrent search requests from multiple clients into a single execution, significantly improving search throughput.