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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/6628
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/1/2024
**Status:** ✅ Merged
**Merged:** 11/3/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pymilvus-2.4.9`
---
### 📝 Commits (1)
- [`b6372a4`](https://github.com/open-webui/open-webui/commit/b6372a4cb22c0498262f7035295009442b3e8115) build(deps): bump pymilvus from 2.4.7 to 2.4.9 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [pymilvus](https://github.com/milvus-io/pymilvus) from 2.4.7 to 2.4.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/milvus-io/pymilvus/releases">pymilvus's releases</a>.</em></p>
<blockquote>
<h2>PyMilvus 2.4.9 Release Notes</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve embedding retrieval performance by <a href="https://github.com/yhmo"><code>@yhmo</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/2290">milvus-io/pymilvus#2290</a></li>
<li>fix: Passing messages to code in ParamError (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2304">#2304</a>) by <a href="https://github.com/XuanYang-cn"><code>@XuanYang-cn</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/2305">milvus-io/pymilvus#2305</a></li>
<li>Supports filling elements through templates for expression by <a href="https://github.com/xiaocai2333"><code>@xiaocai2333</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/2308">milvus-io/pymilvus#2308</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/milvus-io/pymilvus/compare/v2.4.8...v2.4.9">https://github.com/milvus-io/pymilvus/compare/v2.4.8...v2.4.9</a></p>
<h2>PyMilvus 2.4.8 Release Notes</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: upsert rows when set autoid==true fail(<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2286">#2286</a>) by <a href="https://github.com/smellthemoon"><code>@smellthemoon</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/2287">milvus-io/pymilvus#2287</a></li>
<li>Upgrade the bulkWriter cloud API call from v1 to v2 by <a href="https://github.com/lentitude2tk"><code>@lentitude2tk</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/2246">milvus-io/pymilvus#2246</a></li>
<li>enhance: Enable bulkwriter to support import v2 (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2295">#2295</a>) by <a href="https://github.com/bigsheeper"><code>@bigsheeper</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/2296">milvus-io/pymilvus#2296</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/milvus-io/pymilvus/compare/v2.4.7...v2.4.8">https://github.com/milvus-io/pymilvus/compare/v2.4.7...v2.4.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/milvus-io/pymilvus/commit/fadc01b1a17242bfbd7512499c92c86e83804a1d"><code>fadc01b</code></a> Supports filling elements through templates for expression (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2308">#2308</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/df326c6202cf53e17b2afe0d3e65a27cb458cda2"><code>df326c6</code></a> fix: Passing messages to code in ParamError (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2304">#2304</a>) (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2305">#2305</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/c133c2d25c2baf5f380753159af9ae5271ddea77"><code>c133c2d</code></a> Improve embedding retrieval performance (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2290">#2290</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/09acaeea352699f4046cabe46bdf11ee9722196c"><code>09acaee</code></a> enhance: Enable bulkwriter to support import v2 (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2295">#2295</a>) (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2296">#2296</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/663405de93e69b29214b34d4d2ff78e700d6a825"><code>663405d</code></a> [cherry-pick] Upgrade the bulkWriter cloud API call from v1 to v2 (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2246">#2246</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/caede509b462bad180f2d5aedad0cd95dc12c284"><code>caede50</code></a> fix: upsert rows when set autoid==true fail(<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2286">#2286</a>) (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2287">#2287</a>)</li>
<li>See full diff in <a href="https://github.com/milvus-io/pymilvus/compare/v2.4.7...v2.4.9">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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/6628
Author: @dependabot[bot]
Created: 11/1/2024
Status: ✅ Merged
Merged: 11/3/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/pymilvus-2.4.9📝 Commits (1)
b6372a4build(deps): bump pymilvus from 2.4.7 to 2.4.9 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pymilvus from 2.4.7 to 2.4.9.
Release notes
Sourced from pymilvus's releases.
Commits
fadc01bSupports filling elements through templates for expression (#2308)df326c6fix: Passing messages to code in ParamError (#2304) (#2305)c133c2dImprove embedding retrieval performance (#2290)09acaeeenhance: Enable bulkwriter to support import v2 (#2295) (#2296)663405d[cherry-pick] Upgrade the bulkWriter cloud API call from v1 to v2 (#2246)caede50fix: upsert rows when set autoid==true fail(#2286) (#2287)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)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.