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: main ← Head: dev
main
dev
13e7a3d
792beb0
b7ef9a0
0d8e243
ca34ba3
c049837
16a9210
c7f743d
e9b7996
fb29502
170 files changed (+6431 additions, -2642 deletions)
📝 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)
CHANGELOG.md
Dockerfile
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/retrieval/loaders/external_document.py
backend/open_webui/retrieval/loaders/external_web.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/vector/connector.py
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py
backend/open_webui/retrieval/vector/factory.py
backend/open_webui/retrieval/vector/type.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/evaluations.py
backend/open_webui/routers/files.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/memories.py
backend/open_webui/routers/ollama.py
...and 80 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/13887
Author: @tjbck
Created: 5/14/2025
Status: ✅ Merged
Merged: 5/19/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
13e7a3dfix:add missing Korean translation strings Fixes mini-777/8dobibim#1792beb0i18n: Bulgarian translationsb7ef9a0Update catalan translation.json0d8e243Merge pull request #13794 from Lutherwaves/devca34ba3Merge pull request #13801 from aleixdorca/devc049837Merge pull request #1 from mini-777/i18n-ko-missing16a9210Update translation for mantain promptc7f743dMerge pull request #13810 from phpia/phpia-patch-1e9b7996chore: formatfb29502refactor: replace print statements with logging📊 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.