mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #6522] [MERGED] 0.4 #8695
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/6522
Author: @tjbck
Created: 10/28/2024
Status: ✅ Merged
Merged: 11/19/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
aa80df1refac: styling2fdbab6Merge pull request #6761 from diegmonti/feat/permissions-policy20d671dUpdate translation.json0a027aaUpdate translation.json3ba9f2aMerge pull request #6811 from OriginalSimon/devff9fdc2refac638b350Fix missing comma in Ukrainian translation.jsone4d35a9Fix DuckDuckGo's RateLimit exception (#6624)94e432dupdate fomatting and i18n24f2152Merge pull request #6840 from Peter-De-Ath/fix-translation-uk-UA📊 Changes
261 files changed (+28909 additions, -14926 deletions)
View changed files
📝
.dockerignore(+2 -1)📝
CHANGELOG.md(+49 -0)📝
README.md(+1 -1)📝
backend/open_webui/apps/audio/main.py(+74 -2)📝
backend/open_webui/apps/images/main.py(+13 -2)📝
backend/open_webui/apps/ollama/main.py(+352 -151)📝
backend/open_webui/apps/openai/main.py(+276 -121)📝
backend/open_webui/apps/retrieval/loaders/main.py(+1 -1)📝
backend/open_webui/apps/retrieval/main.py(+144 -20)📝
backend/open_webui/apps/retrieval/utils.py(+76 -57)📝
backend/open_webui/apps/retrieval/vector/connector.py(+8 -0)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+15 -2)➕
backend/open_webui/apps/retrieval/vector/dbs/opensearch.py(+178 -0)➕
backend/open_webui/apps/retrieval/vector/dbs/pgvector.py(+354 -0)📝
backend/open_webui/apps/retrieval/vector/dbs/qdrant.py(+7 -2)➕
backend/open_webui/apps/retrieval/web/bing.py(+73 -0)📝
backend/open_webui/apps/retrieval/web/jina_search.py(+2 -4)➕
backend/open_webui/apps/retrieval/web/testdata/bing.json(+58 -0)📝
backend/open_webui/apps/socket/main.py(+2 -0)📝
backend/open_webui/apps/webui/main.py(+44 -7)...and 80 more files
📄 Description
#6821 #5119 #5680 #2924 #2336 #6208 #2863 #668
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.