v1.7.1
Changelog
Features 🪄
- exposed gRPC options #401
- support setting custom shard key in
upload_collectionandupload_points#396 - unlocked python dependency upper cup #419
- unlocked
urllib3v2 #418 - ease access to
fastembedmodels #412 - extend access for
fastembedconfiguration #416
Fixes 🪛
- replaced
httpxdata with content #426 - forbid having NaN in payload in
local mode#397 - fix python warning which was sometimes emitted on garbage collection in
local mode#398 #421 - fix division by zero error in cosine similarity in
local mode#425 - add
waitparameter toupload_recordsinmigrateto avoid false-positive asserts #428 - fix operations with sparse vectors with unsorted indices in local mode #442
- restrict inserting points with non-configured vectors in local mode #432
- fix reading collections with unnamed dense and named sparse vectors in local mode #433
- forbid to
migratefrom collections with custom shard keys #447 - align
timeoutparam types inQdrantClientand its methods
Deprecation ⏳
upload_recordshas been deprecated in favour ofupload_points#447
Thanks to the devs who contributed to this release