github qdrant/qdrant v0.4.1

latest releases: v1.9.1, v1.9.0, v1.8.4...
2 years ago

Change log

Bug Fixes

  • Alias creation issue fixed #103
  • Proper return code for operations with non-exiting collections #99
  • Proper (this time) use of DYNAMIC_ARCH for support older CPU architecture as well as modern SIMD instructions in BLAS #78
  • Fixed #77 - issue related to possible corruption of storage. Related changes:
    • Now all updates go through a dedicated thread to ensure proper update sequence
    • Each record now have it's individual version - to ensure nothing is mixed during a segment swap
    • Segments now have a failure lock - in case of failed update operation (e.g. not enough disk space) the failed segment will be locked for write until failed operation is (automatically) re-applied

Features

  • It is now possible to retrieve payload along with search query in a single request - #50 Also field selection/exclusion works

Don't miss a new qdrant release

NewReleases is sending notifications on new releases.