mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #13887] [MERGED] 0.6.10 #46371
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/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.