mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #13707] [MERGED] 0.6.8 #23268
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/13707
Author: @tjbck
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8f31b6dFix: Use dynamic Python command to run uvicorn and support pyenv setups.bfdcc12i18n: zh-cnde182ddfix(katex): Allow Chinese characters adjacent to math delimiters0889dd3add close label to close button in changelog modal, only accessible for screen readers86ce111Add aria-labelledby to icon-button to make assistive tech able to give info on what user can expect from button8c6f4f6change divs to labels, as this is what they semantically arec4a3a9cfix text-contrast from 3.71 to 7.55 on dark mode9d8d439remove alt text from logo, as this is decorative and provides no value for assistive tech users8e14372enh: Support more languages500f4d7refresh oauth profile picture📊 Changes
96 files changed (+2999 additions, -2261 deletions)
View changed files
📝
CHANGELOG.md(+34 -0)➖
Caddyfile.localhost(+0 -64)📝
backend/open_webui/config.py(+54 -51)📝
backend/open_webui/main.py(+16 -3)➕
backend/open_webui/retrieval/models/external.py(+58 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+146 -38)📝
backend/open_webui/retrieval/vector/dbs/pinecone.py(+143 -22)📝
backend/open_webui/routers/audio.py(+24 -17)📝
backend/open_webui/routers/auths.py(+1 -1)📝
backend/open_webui/routers/files.py(+1 -1)📝
backend/open_webui/routers/retrieval.py(+136 -87)📝
backend/open_webui/routers/tasks.py(+1 -12)📝
backend/open_webui/routers/users.py(+1 -1)📝
backend/open_webui/socket/main.py(+13 -14)📝
backend/open_webui/storage/provider.py(+10 -8)📝
backend/open_webui/utils/code_interpreter.py(+9 -9)📝
backend/open_webui/utils/middleware.py(+66 -82)📝
backend/open_webui/utils/oauth.py(+64 -34)📝
backend/open_webui/utils/payload.py(+1 -0)📝
backend/start.sh(+3 -1)...and 76 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.