Skip to content

v0.7.0

Choose a tag to compare

@generall generall released this 13 Apr 08:44
· 584 commits to master since this release
0b499b0

Change log

  • Support for Qdrant v0.7.0

What's Changed

  • Any JSON is now supported as a Payload

  • New condition filters

    • Match condition refactored to also support bool condition, see example
    • IsEmpty - filter by the presence of the value
    • ValuesCount - filter by the number of stored values

Bug Fixes

  • Proper multiprocessing shutdown in case of parallel upload errors