[PR #13887] [MERGED] 0.6.10 #46371

Closed
opened 2026-04-29 21:09:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13887
Author: @tjbck
Created: 5/14/2025
Status: Merged
Merged: 5/19/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

170 files changed (+6431 additions, -2642 deletions)

View changed files

📝 CHANGELOG.md (+30 -0)
📝 Dockerfile (+3 -0)
📝 backend/open_webui/config.py (+57 -0)
📝 backend/open_webui/main.py (+29 -3)
backend/open_webui/retrieval/loaders/external_document.py (+58 -0)
📝 backend/open_webui/retrieval/loaders/external_web.py (+2 -2)
📝 backend/open_webui/retrieval/loaders/main.py (+45 -12)
📝 backend/open_webui/retrieval/utils.py (+1 -1)
backend/open_webui/retrieval/vector/connector.py (+0 -30)
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py (+712 -0)
backend/open_webui/retrieval/vector/factory.py (+55 -0)
backend/open_webui/retrieval/vector/type.py (+11 -0)
📝 backend/open_webui/retrieval/web/utils.py (+6 -4)
📝 backend/open_webui/routers/audio.py (+152 -58)
📝 backend/open_webui/routers/auths.py (+48 -12)
📝 backend/open_webui/routers/evaluations.py (+11 -12)
📝 backend/open_webui/routers/files.py (+38 -26)
📝 backend/open_webui/routers/knowledge.py (+1 -1)
📝 backend/open_webui/routers/memories.py (+1 -1)
📝 backend/open_webui/routers/ollama.py (+14 -8)

...and 80 more files

📄 Description

No description provided


🔄 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/13887 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`13e7a3d`](https://github.com/open-webui/open-webui/commit/13e7a3dee9e5df16ea639b1357026541436b6b08) fix:add missing Korean translation strings Fixes mini-777/8dobibim#1 - [`792beb0`](https://github.com/open-webui/open-webui/commit/792beb095e5b8b17bb3ce1b047274f3f1923a4a5) i18n: Bulgarian translations - [`b7ef9a0`](https://github.com/open-webui/open-webui/commit/b7ef9a03accf88aacea9f7ee44b5bcd1c0b71767) Update catalan translation.json - [`0d8e243`](https://github.com/open-webui/open-webui/commit/0d8e24320e185a508444de531fe288e8e9205225) Merge pull request #13794 from Lutherwaves/dev - [`ca34ba3`](https://github.com/open-webui/open-webui/commit/ca34ba318e6699ae2adcb4211650eded9284e819) Merge pull request #13801 from aleixdorca/dev - [`c049837`](https://github.com/open-webui/open-webui/commit/c049837a1187ec62cdcd06dfc47a1dfd9c8785f0) Merge pull request #1 from mini-777/i18n-ko-missing - [`16a9210`](https://github.com/open-webui/open-webui/commit/16a9210321bd9f59abd6df3c6086dbeec0fbafdf) Update translation for mantain prompt - [`c7f743d`](https://github.com/open-webui/open-webui/commit/c7f743ddb7a58b88a8512a3cbab5d0150b30ea22) Merge pull request #13810 from phpia/phpia-patch-1 - [`e9b7996`](https://github.com/open-webui/open-webui/commit/e9b799676b0ba7f067b32f4608f16ce1fe80cbfb) chore: format - [`fb29502`](https://github.com/open-webui/open-webui/commit/fb2950201a3dcfee7a4875c8c69db976f73caf2d) refactor: replace print statements with logging ### 📊 Changes **170 files changed** (+6431 additions, -2642 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+30 -0) 📝 `Dockerfile` (+3 -0) 📝 `backend/open_webui/config.py` (+57 -0) 📝 `backend/open_webui/main.py` (+29 -3) ➕ `backend/open_webui/retrieval/loaders/external_document.py` (+58 -0) 📝 `backend/open_webui/retrieval/loaders/external_web.py` (+2 -2) 📝 `backend/open_webui/retrieval/loaders/main.py` (+45 -12) 📝 `backend/open_webui/retrieval/utils.py` (+1 -1) ➖ `backend/open_webui/retrieval/vector/connector.py` (+0 -30) ➕ `backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py` (+712 -0) ➕ `backend/open_webui/retrieval/vector/factory.py` (+55 -0) ➕ `backend/open_webui/retrieval/vector/type.py` (+11 -0) 📝 `backend/open_webui/retrieval/web/utils.py` (+6 -4) 📝 `backend/open_webui/routers/audio.py` (+152 -58) 📝 `backend/open_webui/routers/auths.py` (+48 -12) 📝 `backend/open_webui/routers/evaluations.py` (+11 -12) 📝 `backend/open_webui/routers/files.py` (+38 -26) 📝 `backend/open_webui/routers/knowledge.py` (+1 -1) 📝 `backend/open_webui/routers/memories.py` (+1 -1) 📝 `backend/open_webui/routers/ollama.py` (+14 -8) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 21:09:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#46371