mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20686
Author: @iTzxToast
Created: 1/15/2026
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
b464b48Merge pull request #20581 from Classic298/fix/db-pool-memory-update3fc8661fix(db): CRITICAL - prevent pool exhaustion in memory /reset (#20580)182d5e8fix(db): release connection before embedding in process_files_batch (#20576)826e9abfix(db): release connection before embeddings in knowledge /metadata/reindex (#20577)2426257fix(db): release connection before embedding in memory /add (#20578)d0c2bfdfix(db): release connection before LLM call in OpenAI /chat/completions (#20572)0b5aa6dfix(db): release connection before LLM call in Ollama /api/chat (#20571)2faab40i18n(pl-PL): Add missing keys and update existing translations (#20562)84263fci18n: Updated the Catalan translation file (#20566)24044b4fix(db): release connection before LLM call in Ollama /v1/chat/completions (#20569)📊 Changes
23 files changed (+735 additions, -522 deletions)
View changed files
📝
backend/open_webui/models/groups.py(+7 -6)📝
backend/open_webui/retrieval/loaders/main.py(+1 -1)📝
backend/open_webui/routers/channels.py(+2 -6)📝
backend/open_webui/routers/knowledge.py(+22 -13)📝
backend/open_webui/routers/memories.py(+24 -8)📝
backend/open_webui/routers/models.py(+2 -4)📝
backend/open_webui/routers/ollama.py(+15 -9)📝
backend/open_webui/routers/openai.py(+5 -3)📝
backend/open_webui/routers/retrieval.py(+6 -2)📝
backend/open_webui/routers/users.py(+2 -4)📝
backend/open_webui/tools/builtin.py(+161 -1)📝
backend/open_webui/utils/tools.py(+11 -0)📝
src/lib/components/chat/Chat.svelte(+5 -0)📝
src/lib/components/workspace/common/AccessControl.svelte(+4 -1)📝
src/lib/components/workspace/common/MemberSelector.svelte(+5 -1)📝
src/lib/i18n/locales/ca-ES/translation.json(+115 -115)📝
src/lib/i18n/locales/de-DE/translation.json(+9 -9)📝
src/lib/i18n/locales/es-ES/translation.json(+87 -87)📝
src/lib/i18n/locales/ja-JP/translation.json(+25 -25)📝
src/lib/i18n/locales/pl-PL/translation.json(+186 -186)...and 3 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.