Python: Bump weaviate-client from 4.5.6 to 4.6.0 in /python
Bumps weaviate-client from 4.5.6 to 4.6.0.
Release notes
Sourced from weaviate-client's releases.
v4.6.0
What's Changed
- Implement low-hanging fruit for
v1.25support by@tsmith023in weaviate/weaviate-python-client#973- Add aggregate.hybrid method using GQL by
@tsmith023in weaviate/weaviate-python-client#992- Add
group_byparameter tobm25andhybridby@tsmith023in weaviate/weaviate-python-client#978- Add support for hybrid extension by
@dirkkulin weaviate/weaviate-python-client#969- Bump coverage from 7.5.0 to 7.5.1 by
@dependabotin weaviate/weaviate-python-client#1038- Support autotenant toggling on MT-enabled classes by
@parkerduckworthin weaviate/weaviate-python-client#1035- Add support for octoai modules by
@dirkkulin weaviate/weaviate-python-client#1039- Add changes to handle new v1.25
ListValuewith BC by@tsmith023in weaviate/weaviate-python-client#984- Refactor
tenantsto use gRPC methods forgetoperations by@tsmith023in weaviate/weaviate-python-client#1031- Dev/1.25 by
@tsmith023in weaviate/weaviate-python-client#977- Vectorizer runtime config by
@dirkkulin weaviate/weaviate-python-client#981- Dynamic index dirk by
@dirkkulin weaviate/weaviate-python-client#1040- Add support for ollama modules by
@dirkkulin weaviate/weaviate-python-client#1044- Add dynamic vector index updating by
@dirkkulin weaviate/weaviate-python-client#1042- Change modelID to model by
@dirkkulin weaviate/weaviate-python-client#1045- Proposed renaming of hybrid-sub queries by
@databyjpin weaviate/weaviate-python-client#1043- Minor module changes by
@databyjpin weaviate/weaviate-python-client#1037- Fix batch for non-existent collections by
@dirkkulin weaviate/weaviate-python-client#1047- Remove double target vector from hybrid by
@dirkkulin weaviate/weaviate-python-client#1048- Make internal function private by
@dirkkulin weaviate/weaviate-python-client#1049- Remove try/except that would hide all validation errors by
@dirkkulin weaviate/weaviate-python-client#1050- move integrations to config by
@dirkkulin weaviate/weaviate-python-client#1051- Better parameter names by
@dirkkulin weaviate/weaviate-python-client#1052- Better v3 deprecation warning by
@dirkkulin weaviate/weaviate-python-client#1054- Changelog vor 4.6.0 by
@dirkkulin weaviate/weaviate-python-client#1055Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.7...v4.6.0
v4.5.7
What's Changed
- DX/Update connection error msgs by
@databyjpin weaviate/weaviate-python-client#1023- Deprecate all instances of
bit_compressionfrom the API by@tsmith023in weaviate/weaviate-python-client#1019- Pass returned errors from backup create/restore to raised exception by
@tsmith023in weaviate/weaviate-python-client#1032- Change dep on
httpxto range between0.25.0and0.27.0by@tsmith023in weaviate/weaviate-python-client#1033- Close possibly open objects by
@abhishek-comproin weaviate/weaviate-python-client#985New Contributors
@abhishek-compromade their first contribution in weaviate/weaviate-python-client#985Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.5.6...v4.5.7
Changelog
Sourced from weaviate-client's changelog.
Version 4.6.0
This minor version includes:
Support for Weaviate 1.25.0:
- BM25/Hybrid support groupBy parameter
- Hybrid supports MoveTo/MoveAwayFrom in near_vector and near_text through HybridVector class
- Ollama text2vec and generative module
- Octoai text2vec and generative module
- multi2vev-palm module
- dynamic vector index type
- auto tenant creation
- improved batching with vectorization
- tenant exists endpoint
- get tenant by name
Added
client.integrations.configureto configure api-keys and model provider parameters for integration/module-providers without setting headers.Improved error messages and deprecation warnings.
Version 4.5.7
This patch version includes:
- Deprecation of the
bit_compressionfield in thePQConfigclass- Improvements to closing possibly open objects and connections
- Enhances the
WeaviateGRPCUnavailableErrormessage with added context relevant to the user's environment- Relaxes the
httpxrequirements to aid compatability with other packages
Commits
03760e4Merge pull request #1055 from weaviate/changelog_460b5bd684Improve changelog532b079Changelog vor 4.6.010fbd90Merge pull request #1054 from weaviate/better_deprecation_warningecde4c6Better message v4938a652Better messagee8a485bBetter v3 deprecation warning3d9e7e9Merge pull request #1052 from weaviate/integration_parameter_names840c055Better parameter namesf242f3eMerge pull request #1051 from weaviate/integrations_wvc_location- 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 5670 892 84%
Python 3.10 Unit Test Overview
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 1287 | 1 :zzz: | 0 :x: | 0 :fire: | 15.216s :stopwatch: |
Superseded by #6329.