Skip to content

v1.7.1

Compare
Choose a tag to compare
@joein joein released this 19 Jan 21:08
· 207 commits to master since this release

Changelog


Features 🪄

  • exposed gRPC options #401
  • support setting custom shard key in upload_collection and upload_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 to upload_records in migrate 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 in QdrantClient and its methods

Deprecation ⏳

  • upload_records has been deprecated in favour of upload_points #447

Thanks to the devs who contributed to this release

@generall @shivas1516 @praveen-palanisamy @joein