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
main
dev
bc0da24
0127ac3
38a39b5
3512904
62456a6
3f030ef
17ad6f8
bc29e75
40f7e17
86cb105
98 files changed (+2332 additions, -713 deletions)
📝 .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)
.github/ISSUE_TEMPLATE/feature_request.yaml
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/files.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/loaders/mineru.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/vector/dbs/oracle23ai.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/models.py
backend/open_webui/routers/retrieval.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/tools.py
backend/requirements.txt
docs/SECURITY.md
package-lock.json
...and 78 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.