v1.7.1
Changelog
Features 🪄
- exposed gRPC options #401
- support setting custom shard key in
upload_collection
andupload_points
#396 - unlocked python dependency upper cup #419
- unlocked
urllib3
v2 #418 - ease access to
fastembed
models #412 - extend access for
fastembed
configuration #416
Fixes 🪛
- replaced
httpx
data 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
wait
parameter toupload_records
inmigrate
to 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
migrate
from collections with custom shard keys #447 - align
timeout
param types inQdrantClient
and its methods
Deprecation ⏳
upload_records
has been deprecated in favour ofupload_points
#447
Thanks to the devs who contributed to this release