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 4.5.0 to 4.5.4 #128

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps weaviate-client from 4.5.0 to 4.5.4.

Release notes

Sourced from weaviate-client's releases.

v4.5.3

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.5.2...v4.5.3

v4.5.2

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.5.1...v4.5.2

v4.5.1

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.5.0...v4.5.1

Changelog

Sourced from weaviate-client's changelog.

Version 4.5.4

This patch version includes:

  • Fix parsing of creation/update time from old weaviate versions that write them in ns instead of ms
  • Support video_fields in multi2vec-palm which was added in Weaviate 1.24.4:

Version 4.5.3

This patch version includes:

  • Fix bug with hybrid searches without vector.
  • Support for new modules in Weaviate 1.24.2:
    • text2vec-voyageai
    • generative-mistral
    • Support new parameters for interference URLs in text2vec-transformers and multi2vec-clip
  • Support for new modules in Weaviate 1.24.3:
    • multi2vec-palm

Version 4.5.2

This patch version includes:

  • Fixes endpoint parameter for text2vec-palm
  • Adds support for GSE and TRIGRAM tokenizers

Version 4.5.1

This patch version includes:

  • Implements an extension to the filtering syntax allowing to pass lists of filters
    • Filter.all_of([f1, f2]]) is a shortcut for f1 & f2
    • Filter.any_of([f1, f2]]) is a shortcut for f1 | f2
    • Can all be chained and mixed together to create dynamic and complex filters
  • Introduces weaviate.classes.init.Timeout class allowing to define the timeout used when performing client init checks, in addition to connect and query
  • Fixes a bug when performing contains_any/contains_all filtering using an empty list
  • Adds the ability to limit the top_occurences return when performing aggregation queries
  • Allows for defining gRPC proxying of the client and fixes the parsing of http and https proxies
  • Allow None as a query value in BM25 and hybrid queries
  • Fix missing named vectors support in data.update and data.replace
  • Reimplement support for updating named vector configurations alongside the patched 1.24.1 server version
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 4.5.0 to 4.5.4.
- [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@v4.5.0...v4.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
@github-actions github-actions bot enabled auto-merge (squash) March 18, 2024 02:57
@github-actions github-actions bot merged commit 673bef6 into main Mar 18, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/weaviate-client-4.5.4 branch March 18, 2024 02:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants