mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #18138] [MERGED] 0.6.34 #24679
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/18138
Author: @tjbck
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
bc0da240.6.33 (#18118) (#18137)0127ac3i18n: improve Chinese translation38a39b5Update fi-FI translation.json3512904Update translation.json (pt-BR)62456a6Update translation.json (pt-BR)3f030efUPD: i18n: es-ES Translation v0.6.3417ad6f8Merge pull request #18141 from ShirasawaSama/i18n/improve-chinese-translationbc29e75Merge pull request #18152 from joaoback/patch-1240f7e17Merge pull request #18153 from rgaricano/dev-es_ES86cb105Merge pull request #18151 from Kylapaallikko/dev📊 Changes
98 files changed (+2332 additions, -713 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+3 -2)📝
CHANGELOG.md(+28 -0)📝
backend/open_webui/config.py(+37 -1)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/main.py(+8 -0)📝
backend/open_webui/models/chats.py(+3 -1)📝
backend/open_webui/models/files.py(+4 -1)📝
backend/open_webui/retrieval/loaders/main.py(+17 -0)➕
backend/open_webui/retrieval/loaders/mineru.py(+541 -0)📝
backend/open_webui/retrieval/utils.py(+7 -0)📝
backend/open_webui/retrieval/vector/dbs/oracle23ai.py(+1 -1)📝
backend/open_webui/routers/chats.py(+7 -2)📝
backend/open_webui/routers/configs.py(+1 -1)📝
backend/open_webui/routers/models.py(+12 -1)📝
backend/open_webui/routers/retrieval.py(+42 -0)📝
backend/open_webui/utils/middleware.py(+12 -18)📝
backend/open_webui/utils/tools.py(+1 -1)📝
backend/requirements.txt(+1 -1)📝
docs/SECURITY.md(+89 -15)📝
package-lock.json(+2 -2)...and 78 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.