github milvus-io/milvus v0.8.0
milvus-0.8.0

latest releases: v2.3.17, v2.4.4, v2.4.3...
4 years ago

Compatibility

Milvus version Python SDK version Java SDK version Go SDK version
0.8.0 0.2.10 0.7.0 0.3.0

New features

  • ANNOY index support

    Added support for ANNOY index type. Refer to our documentation for more information. #261

  • Vector deletion

    Added support to delete one or multiple vectors for more index types. #1655 #1660 #1661 #1849

    Including: Flat/IVFlat/IVFPQ/IVFSQ8/IVFSQ8H/NSG/HNSW/ANNOY

Enhancements

  • Added new metric SuperStructure and SubStructure in HTTP module. #1784

Bug fixes

  • Limited the maximum number of partitions to 4096. #1276
  • Forbidden to create partition with name _default. #1762
  • Resolved the issue that concurrent operations from multiple clients cause system crash. #1789
  • Resolved the issue that some raw vectors are missed when the raw data file size is larger than 2GB. #1883

Don't miss a new milvus release

NewReleases is sending notifications on new releases.