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/4538
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/12/2024
**Status:** ✅ Merged
**Merged:** 8/13/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/chromadb-0.5.5`
---
### 📝 Commits (1)
- [`879f858`](https://github.com/open-webui/open-webui/commit/879f85802a2097de39e06bcdf23f69e09e8067cd) chore(deps): bump chromadb from 0.5.4 to 0.5.5 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.4 to 0.5.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/chroma-core/chroma/releases">chromadb's releases</a>.</em></p>
<blockquote>
<h2>0.5.5</h2>
<p>Version: <code>0.5.5</code>
Git ref: <code>refs/tags/0.5.5</code>
Build Date: <code>2024-07-23T01:01</code>
PIP Package: <code>chroma-0.5.5.tar.gz</code>
Github Container Registry Image: <code>ghcr.io/chroma-core/chroma:0.5.5</code>
DockerHub Image: <code>chromadb/chroma:0.5.5</code></p>
<h2>What's Changed</h2>
<ul>
<li>[PERF] Better tracing for storage access by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2500">chroma-core/chroma#2500</a></li>
<li>[BUG] Fix cross version persistence tests after 0.5.4 release by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2501">chroma-core/chroma#2501</a></li>
<li>[BLD] reduce max number of examples on slow prop test preset by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2504">chroma-core/chroma#2504</a></li>
<li>[PERF] Trace block read size by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2505">chroma-core/chroma#2505</a></li>
<li>[ENH] Binary search for blockfile get() by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2506">chroma-core/chroma#2506</a></li>
<li>[ENH] Debuggable test_sanity by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2507">chroma-core/chroma#2507</a></li>
<li>[PERF] Materialization traces by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2508">chroma-core/chroma#2508</a></li>
<li>[ENH] Add collection id as log entry in test_embeddings by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2472">chroma-core/chroma#2472</a></li>
<li>[BUG] fix issue when deleting->adding same ID before index is persisted by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2512">chroma-core/chroma#2512</a></li>
<li>[BUG] fix persistent HNSW parameter migration by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2511">chroma-core/chroma#2511</a></li>
<li>[ENH] updates & invalid operations should also trigger persisting of local HNSW by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2499">chroma-core/chroma#2499</a></li>
<li>[BUG] fix invalid operation persist check by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2520">chroma-core/chroma#2520</a></li>
<li>[ENH] delete collection during teardown of state machine by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2521">chroma-core/chroma#2521</a></li>
<li>[ENH] Use foyer for block cache by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2431">chroma-core/chroma#2431</a></li>
<li>[ENH] Introduce stream abstraction and enable concurrency test for blockfile by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2454">chroma-core/chroma#2454</a></li>
<li>[ENH] Allow cache eviction for HNSW provider by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2484">chroma-core/chroma#2484</a></li>
<li>[BUG] CHROMA_SERVER_NOFILE cannot be overriden with env var in container by <a href="https://github.com/tazarov"><code>@tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2209">chroma-core/chroma#2209</a></li>
<li>[ENH] Use instrumented tracing for HNSW provider file read by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2525">chroma-core/chroma#2525</a></li>
<li>[BLD] Allow query/compactor to specify tolerations in k8s by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2527">chroma-core/chroma#2527</a></li>
<li>[RELEASE] Release helm 0.1.4 by <a href="https://github.com/HammadB"><code>@HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2530">chroma-core/chroma#2530</a></li>
<li>[CLN] Make LocalStorage use sync filesystem APIs by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2531">chroma-core/chroma#2531</a></li>
<li>[BUG] fix HNSW param defaults in new configuration logic & require batch_size < sync_threshold by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2526">chroma-core/chroma#2526</a></li>
<li>[BUG]: fix missing record in query result when many records were deleted and pending persist by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2532">chroma-core/chroma#2532</a></li>
<li>[CLN] Move max_block_size_bytes to block_manager_config by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2535">chroma-core/chroma#2535</a></li>
<li>[TST] Get ts-integration-test.sh script working locally by <a href="https://github.com/AlabasterAxe"><code>@AlabasterAxe</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2518">chroma-core/chroma#2518</a></li>
<li>[ENH] simplify logic for when to persist index changes by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2539">chroma-core/chroma#2539</a></li>
<li>[ENH] Add an init method that eagerly reports errors with the tenant or DB by <a href="https://github.com/AlabasterAxe"><code>@AlabasterAxe</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2537">chroma-core/chroma#2537</a></li>
<li>[BUG] debug nightly tests timing out by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2538">chroma-core/chroma#2538</a></li>
<li>Revert "[ENH] simplify logic for when to persist index changes" by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2544">chroma-core/chroma#2544</a></li>
<li>[TST] Enable cache eviction for shuttle concurrency test by <a href="https://github.com/Ishiihara"><code>@Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2546">chroma-core/chroma#2546</a></li>
<li>[ENH] Add error trace in log service for GetAllCollectionInfoToCompact by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2548">chroma-core/chroma#2548</a></li>
<li>[BLD] log artifacts per python version by <a href="https://github.com/sanketkedia"><code>@sanketkedia</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2556">chroma-core/chroma#2556</a></li>
<li>[CHORE] bump hnswlib by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2558">chroma-core/chroma#2558</a></li>
<li>[RELEASE] 0.5.5 by <a href="https://github.com/codetheweb"><code>@codetheweb</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/2559">chroma-core/chroma#2559</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/chroma-core/chroma/compare/0.5.4...0.5.5">https://github.com/chroma-core/chroma/compare/0.5.4...0.5.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/chroma-core/chroma/commit/a0f66f8765717c7eb72b0ee56daac6b6cfd0f9e6"><code>a0f66f8</code></a> [RELEASE] 0.5.5 (<a href="https://redirect.github.com/chroma-core/chroma/issues/2559">#2559</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/7d4578003d9d62e17bcc4d528190affa25642b57"><code>7d45780</code></a> [CHORE] bump hnswlib (<a href="https://redirect.github.com/chroma-core/chroma/issues/2558">#2558</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/b6ebe5c253d166d49dc233239066676e2e1ff959"><code>b6ebe5c</code></a> [BLD] log artifacts per python version (<a href="https://redirect.github.com/chroma-core/chroma/issues/2556">#2556</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/28b37392594dd7ba60e35c53f098d7f88a9d3988"><code>28b3739</code></a> [ENH] Add error trace in log service for GetAllCollectionInfoToCompact (<a href="https://redirect.github.com/chroma-core/chroma/issues/2548">#2548</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/e15bd1337d41d48a3ac56f2866d119f90c9ce299"><code>e15bd13</code></a> [TST] Enable cache eviction for shuttle concurrency test (<a href="https://redirect.github.com/chroma-core/chroma/issues/2546">#2546</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/f879f9efc9e780666ab316064e6d09d03f471674"><code>f879f9e</code></a> Revert "[ENH] simplify logic for when to persist index changes" (<a href="https://redirect.github.com/chroma-core/chroma/issues/2544">#2544</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/17c3f1d9324af6e09185f8f550aa676d83313126"><code>17c3f1d</code></a> [BUG] debug nightly tests timing out (<a href="https://redirect.github.com/chroma-core/chroma/issues/2538">#2538</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/63207d56ec3810cf08ba07d05b918a3b280c6c35"><code>63207d5</code></a> [ENH] Add an init method that eagerly reports errors with the tenant or DB (#...</li>
<li><a href="https://github.com/chroma-core/chroma/commit/e93bacf029b18e8808ada3d8d35a54ed0f35e83e"><code>e93bacf</code></a> [ENH] simplify logic for when to persist index changes (<a href="https://redirect.github.com/chroma-core/chroma/issues/2539">#2539</a>)</li>
<li><a href="https://github.com/chroma-core/chroma/commit/f248fd6e1204f55adb3c9f3d906e3850a7a987a5"><code>f248fd6</code></a> [TST] Get ts-integration-test.sh script working locally (<a href="https://redirect.github.com/chroma-core/chroma/issues/2518">#2518</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/chroma-core/chroma/compare/0.5.4...0.5.5">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/4538
Author: @dependabot[bot]
Created: 8/12/2024
Status: ✅ Merged
Merged: 8/13/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/chromadb-0.5.5📝 Commits (1)
879f858chore(deps): bump chromadb from 0.5.4 to 0.5.5 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps chromadb from 0.5.4 to 0.5.5.
Release notes
Sourced from chromadb's releases.
Commits
a0f66f8[RELEASE] 0.5.5 (#2559)7d45780[CHORE] bump hnswlib (#2558)b6ebe5c[BLD] log artifacts per python version (#2556)28b3739[ENH] Add error trace in log service for GetAllCollectionInfoToCompact (#2548)e15bd13[TST] Enable cache eviction for shuttle concurrency test (#2546)f879f9eRevert "[ENH] simplify logic for when to persist index changes" (#2544)17c3f1d[BUG] debug nightly tests timing out (#2538)63207d5[ENH] Add an init method that eagerly reports errors with the tenant or DB (#...e93bacf[ENH] simplify logic for when to persist index changes (#2539)f248fd6[TST] Get ts-integration-test.sh script working locally (#2518)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.