mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #6002] [MERGED] 0.3.33 #44858
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/6002
Author: @tjbck
Created: 10/8/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
24f149frefac: pinned chat behaviour98ba3f8refac: stylingbf00438refac86c961efix69d0472refac: styling0131aferefac: stylingb5f4602Update translation.json2af9727Merge branch 'open-webui:dev' into dev2f2af94Merge pull request #6194 from OriginalSimon/deveef9045chore: format📊 Changes
246 files changed (+19067 additions, -6714 deletions)
View changed files
📝
CHANGELOG.md(+33 -0)📝
Dockerfile(+11 -1)📝
TROUBLESHOOTING.md(+1 -1)📝
backend/open_webui/apps/audio/main.py(+39 -24)📝
backend/open_webui/apps/images/utils/comfyui.py(+18 -6)📝
backend/open_webui/apps/ollama/main.py(+29 -55)📝
backend/open_webui/apps/openai/main.py(+6 -5)📝
backend/open_webui/apps/retrieval/main.py(+69 -60)📝
backend/open_webui/apps/retrieval/utils.py(+93 -58)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -0)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+6 -2)➕
backend/open_webui/apps/retrieval/vector/dbs/qdrant.py(+179 -0)📝
backend/open_webui/apps/webui/main.py(+66 -2)📝
backend/open_webui/apps/webui/models/chats.py(+438 -19)➕
backend/open_webui/apps/webui/models/feedbacks.py(+254 -0)📝
backend/open_webui/apps/webui/models/files.py(+51 -4)➕
backend/open_webui/apps/webui/models/folders.py(+271 -0)📝
backend/open_webui/apps/webui/models/knowledge.py(+16 -0)📝
backend/open_webui/apps/webui/models/tags.py(+23 -176)📝
backend/open_webui/apps/webui/routers/auths.py(+70 -6)...and 80 more files
📄 Description
#6105 #6102 #6103 #5997 #5906 #1690 #6275
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.