Python: Bump qdrant-client from 1.8.2 to 1.9.1 in /python
Bumps qdrant-client from 1.8.2 to 1.9.1.
Release notes
Sourced from qdrant-client's releases.
v1.9.1
Changelog
Fixes 🪛
- #617 - fix local mode geo box for antimeridian crossing
- #619 - fix incorrect display of QdrantClient's docstring
Thanks to everyone who contributed to the current release:
@agourlay@Anush008v1.9.0
Changelog
Features 🪄
- #571 add discovery and recommendations api support for sparse vectors in local mode
- #594 restrict access to the methods on a closed instance in local mode
- #591 add a possibility to use auth token providers
- #608 introduce support for uint8 vectors
- #603 allow having nan values in payload in local mode
Fixes 🪛
- #559 - fix update_vectors in local mode with sparse vectors
- #562 - fix handling of wrong types in search in local mode
- #560 - check vectors for nan values
- #569 - fix grpc sparse vector conversion
- #575 #576 #580 - fix datetime and date comparison
- #581 #583 fix sparse vectors async api
- #584 fix data-parallelism with sparse models
- #587 fix read consistency with grpc in batch search
- #588 fix migrate vector count
- #605 fix grpc field schema type conversion for datetime index
Deprecations ⏳
Thanks everyone who contributed to the release
@coszio@yasyf@Apmats@skvark@generall@joein@agourlay
Commits
d18cb17bump to v1.9.008201a0fix: QdrantClient init docstring fix (#619)c1f5190Fix local mode geo box for antimeridian crossing16fb1f6bump version to v1.9.06b001b8V1.9.x (#608)e0820e0fix: align formatters versions (#602)93a2c2dnew: convert nan and inf in local mode to none (#603)1983900docs: typo fix of extra word in quickstarteee34e8deprecate recreate_collection (#601)0ce5ca0do not use vectors_count in test and in local mode (#600)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Python 3.10 Test Coverage Report •
report-only-changed-files is enabled. No files were changed during this commit :)File Stmts Miss Cover Missing TOTAL 5521 877 84%
Python 3.10 Unit Test Overview
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 1255 | 1 :zzz: | 0 :x: | 0 :fire: | 15.504s :stopwatch: |
@dependabot recreate
Looks like qdrant-client is up-to-date now, so this is no longer needed.