Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump weaviate-client from 3.20.0 to 3.23.2 in /platform #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps weaviate-client from 3.20.0 to 3.23.2.

Release notes

Sourced from weaviate-client's releases.

v3.23.2

What's Changed

Full Changelog: weaviate/weaviate-python-client@v3.23.1...v3.23.2

v3.23.1

What's Changed

Full Changelog: weaviate/weaviate-python-client@v3.23.0...v3.23.1

v3.23.0

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v3.22.1...v3.23.0

v3.22.1

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v3.22.0...v3.22.1

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Changelog

Version 3.23.0

This minor version updates the client to work with Weaviate's 1.21 version and includes:

  • Adds support for near<Media> filters when using the new multi2vec-bind module for neural searching on different media types
    • client.query.get().with_near_audio()
    • client.query.get().with_near_depth()
    • client.query.get().with_near_image() (unchanged from previous versions but usable by the module)
    • client.query.get().with_near_imu()
    • client.query.get().with_near_thermal()
    • client.query.get().with_near_video()
  • Deprecates configuring client.batch using client.batch() in favour of using client.batch.configure()
    • client.batch() will be removed in a future version
    • client.batch.configure() will return None in a future version
    • with client.batch as batch should be the standard way to initiate a batch
  • Adds support for new ContainsAny and ContainsAll filters when using .with_where
  • Adds support for updating individual tenants within a multi-tenancy class configuration: client.schema.update_class_tenants
  • Improves client.batch algorithm to choose batch size dynamically maximising throughput
  • Provides sensible defaults to client.batch that do not cause unexpected damaging consequences like infinite batch sizes
  • Fixes bugs when using .with_where with valueText, valueString, and valueGeoRange types

Version 3.22.1

This patch version includes:

  • Fix "is client outdated"-check in air-gaped environments
  • Add tenant to batch delete

Version 3.22.0

This minor version includes:

  • Multi-tenancy
  • Aggregate with limit
  • Autocut
  • Fusion type for hybrid search
  • Client emits a warning when it is outdated (three minor version behind last release on pypi)
  • Increase default embedded version to 1.19.12

Version 3.21.0

This minor version includes:

  • Weaviate Embedded supports MacOs

Version 3.20.1

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [weaviate-client](https://github.com/weaviate/weaviate-python-client) from 3.20.0 to 3.23.2.
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v3.20.0...v3.23.2)

---
updated-dependencies:
- dependency-name: weaviate-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants