#1154 - introduce relevance feedback, add enable_hnsw option to payload indexes, add timeouts to upsert methods, weighted RRF, and more by @joein@coszio@generall
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 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/22029
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/qdrant-client-1.17.0`
---
### 📝 Commits (1)
- [`06dc26c`](https://github.com/open-webui/open-webui/commit/06dc26ca73c6a5b945d8f5240d68ee9efaf4646b) chore(deps): bump qdrant-client from 1.16.2 to 1.17.0
### 📊 Changes
**3 files changed** (+1369 additions, -1014 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
📝 `pyproject.toml` (+1 -1)
📝 `uv.lock` (+1367 -1012)
</details>
### 📄 Description
Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.16.2 to 1.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/qdrant/qdrant-client/releases">qdrant-client's releases</a>.</em></p>
<blockquote>
<h2>v1.17.0</h2>
<h1>Change Log</h1>
<h2>Features 🚢</h2>
<ul>
<li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1154">#1154</a> - introduce relevance feedback, add enable_hnsw option to payload indexes, add timeouts to upsert methods, weighted RRF, and more by <a href="https://github.com/joein"><code>@joein</code></a> <a href="https://github.com/coszio"><code>@coszio</code></a> <a href="https://github.com/generall"><code>@generall</code></a></li>
</ul>
<h2>Fixes ⚙️</h2>
<ul>
<li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1138">#1138</a> - fix score threshold for fusion queries by <a href="https://github.com/cbcoutinho"><code>@cbcoutinho</code></a></li>
</ul>
<p>Thanks to everyone who contributed to the current release!
<a href="https://github.com/cbcoutinho"><code>@cbcoutinho</code></a> <a href="https://github.com/generall"><code>@generall</code></a> <a href="https://github.com/coszio"><code>@coszio</code></a> <a href="https://github.com/joein"><code>@joein</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/qdrant/qdrant-client/commit/e7101dc5baf4d3ce7d6321e1500311619aa95a99"><code>e7101dc</code></a> bump version to v1.17.0</li>
<li><a href="https://github.com/qdrant/qdrant-client/commit/e50eb17f49851eb710c1f6f502e16cd338898703"><code>e50eb17</code></a> Update models 1.17 (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1154">#1154</a>)</li>
<li><a href="https://github.com/qdrant/qdrant-client/commit/52344500a5309527820c92be030d0561a8c2c842"><code>5234450</code></a> fix: apply score_threshold filtering after fusion queries in local mode (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1138">#1138</a>)</li>
<li>See full diff in <a href="https://github.com/qdrant/qdrant-client/compare/v1.16.2...v1.17.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 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/22029
Author: @dependabot[bot]
Created: 3/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/qdrant-client-1.17.0📝 Commits (1)
06dc26cchore(deps): bump qdrant-client from 1.16.2 to 1.17.0📊 Changes
3 files changed (+1369 additions, -1014 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📝
pyproject.toml(+1 -1)📝
uv.lock(+1367 -1012)📄 Description
Bumps qdrant-client from 1.16.2 to 1.17.0.
Release notes
Sourced from qdrant-client's releases.
Commits
e7101dcbump version to v1.17.0e50eb17Update models 1.17 (#1154)5234450fix: apply score_threshold filtering after fusion queries in local mode (#1138)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 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.