v0.7.0
Change log
- Support for Qdrant v0.7.0
What's Changed
-
Any JSON is now supported as a Payload
- Payload schema is no loner required, payload index requires specification of the field type instead.
-
New condition filters
Matchcondition refactored to also supportboolcondition, see exampleIsEmpty- filter by the presence of the valueValuesCount- filter by the number of stored values
Bug Fixes
- Proper multiprocessing shutdown in case of parallel upload errors