-
Notifications
You must be signed in to change notification settings - Fork 23
Commit 9edaa84
authored
Bump weaviate-client from 4.4.4 to 4.5.0 (#119)
Bumps
[weaviate-client](https://github.com/weaviate/weaviate-python-client)
from 4.4.4 to 4.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/weaviate/weaviate-python-client/releases">weaviate-client's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Performance improvements by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/872">weaviate/weaviate-python-client#872</a></li>
<li>Fix minimal nodes API with newer weaviate versions by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/877">weaviate/weaviate-python-client#877</a></li>
<li>Improve import and query script by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/874">weaviate/weaviate-python-client#874</a></li>
<li>Fix to handle missing multiTenancyConfig key by <a
href="https://github.com/edugonza"><code>@edugonza</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/886">weaviate/weaviate-python-client#886</a></li>
<li>Add support for sagemaker by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/889">weaviate/weaviate-python-client#889</a></li>
<li>Handle new nodes API objectCount behaviour in cluster tests by <a
href="https://github.com/tsmith023"><code>@tsmith023</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/903">weaviate/weaviate-python-client#903</a></li>
<li>Validate <code>cluster_url</code> input in
<code>connect_to_wcs</code> by <a
href="https://github.com/tsmith023"><code>@tsmith023</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/902">weaviate/weaviate-python-client#902</a></li>
<li>Couple smaller fixes by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/895">weaviate/weaviate-python-client#895</a></li>
<li>Add support for hnsw+bq by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/900">weaviate/weaviate-python-client#900</a></li>
<li>Add dimensions to openai vectorizer by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/904">weaviate/weaviate-python-client#904</a></li>
<li>Update GH actions by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/869">weaviate/weaviate-python-client#869</a></li>
<li>Fix cluster.nodes on empty cluster by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/905">weaviate/weaviate-python-client#905</a></li>
<li>Fixes error on calling cluster.nodes(output="verbose") on
empty cluster by <a
href="https://github.com/dudanogueira"><code>@dudanogueira</code></a>
in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/883">weaviate/weaviate-python-client#883</a></li>
<li>Allow skip and vectorizePropertyName be optional by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/906">weaviate/weaviate-python-client#906</a></li>
<li>Named vectors by <a
href="https://github.com/dirkkul"><code>@dirkkul</code></a> in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/878">weaviate/weaviate-python-client#878</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/edugonza"><code>@edugonza</code></a>
made their first contribution in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/886">weaviate/weaviate-python-client#886</a></li>
<li><a
href="https://github.com/dudanogueira"><code>@dudanogueira</code></a>
made their first contribution in <a
href="https://redirect.github.com/weaviate/weaviate-python-client/pull/883">weaviate/weaviate-python-client#883</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/weaviate/weaviate-python-client/compare/v4.4.4...v4.5.0">https://github.com/weaviate/weaviate-python-client/compare/v4.4.4...v4.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst">weaviate-client's
changelog</a>.</em></p>
<blockquote>
<h2>Version 4.5.0</h2>
<p>This minor version includes:</p>
<ul>
<li>Full support for the new named vectors feature available in the
Weaviate <code>1.24</code> release.</li>
<li>Bugfixes to passing of Weaviate schema objects as collection
configurations in certain edge cases.</li>
<li>Support use of Sagemaker when vectorizing with the
<code>text2vec-aws</code> module.</li>
<li>Allow creation of collections that use the <code>hnsw</code> index
with the <code>bq</code> quantizing strategy.</li>
<li>Allow specifying <code>dimensions</code> when vectorizing with the
<code>text2vec-openai</code> module.</li>
<li>Python in-memory performance improvements when making queries .</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/556c48ab33207af927cd41599704534bed4e8b52"><code>556c48a</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/915">#915</a>
from weaviate/changelog-v4.5.0</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/fef3070901da702da7b9ec460d14dc858616fd79"><code>fef3070</code></a>
Update changelog</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/16a311d1ae4da62c1182117265224125f6a60315"><code>16a311d</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/907">#907</a>
from weaviate/dependabot/pip/httpx-0.27.0</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/f1cef52b2ccb11fabbe43deed451e1a0d8d1b241"><code>f1cef52</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/908">#908</a>
from weaviate/speed_up</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/5bccc7109510e4ff2776f9ec0767a7c023b16809"><code>5bccc71</code></a>
Merge branch 'main' into speed_up</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/915a702f2197230495afecef1af046d9988065ba"><code>915a702</code></a>
Merge pull request <a
href="https://redirect.github.com/weaviate/weaviate-python-client/issues/878">#878</a>
from weaviate/named_vectors</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/6bb18919859da7595a2b743e15e5115633569eef"><code>6bb1891</code></a>
only allow enabled in pqconfigupdate</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/ff43777450025b05c7806e377b8749b12201144b"><code>ff43777</code></a>
allow vectorizer config in update but without namedvectors</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/dd2642cd6211672ca25a660b7e4ff5eab60d7cf8"><code>dd2642c</code></a>
comment out updating named vectors due to server instability</li>
<li><a
href="https://github.com/weaviate/weaviate-python-client/commit/ace5801ef7bc03c6ba98ec682e72434b1a0cdd48"><code>ace5801</code></a>
refactor named vec configs to preserve <code>_to_dict</code>
inheritance</li>
<li>Additional commits viewable in <a
href="https://github.com/weaviate/weaviate-python-client/compare/v4.4.4...v4.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a0bb553 commit 9edaa84Copy full SHA for 9edaa84
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changed+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments