mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #10330] [MERGED] 0.5.15 #38128
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/10330
Author: @tjbck
Created: 2/19/2025
Status: ✅ Merged
Merged: 2/20/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
4e8b390Add RAG_WEB_LOADER + Playwright mode + improve stability of search8dafe3cMerge branch 'dev' of https://github.com/open-webui/open-webui2452e27Refine RAG_WEB_LOADER77ae73eAdjust search event messages + translationsa84e488Fix playwright in docker by updating unstructured8da3372Support PLAYWRIGHT_WS_URIc3df481Introduce docker-compose.playwright.yaml + run-compose updatef837d2cMerge branch 'dev' of https://github.com/open-webui/open-webui22746c7Merge remote-tracking branch 'upstream/dev'1b581b7Moving code out of playwright branch📊 Changes
96 files changed (+3683 additions, -2141 deletions)
View changed files
📝
CHANGELOG.md(+19 -0)📝
backend/open_webui/config.py(+64 -0)📝
backend/open_webui/main.py(+21 -1)📝
backend/open_webui/retrieval/utils.py(+114 -39)📝
backend/open_webui/retrieval/web/utils.py(+370 -29)📝
backend/open_webui/routers/audio.py(+13 -3)📝
backend/open_webui/routers/auths.py(+2 -1)📝
backend/open_webui/routers/configs.py(+12 -0)📝
backend/open_webui/routers/files.py(+16 -9)📝
backend/open_webui/routers/images.py(+64 -0)📝
backend/open_webui/routers/ollama.py(+15 -2)📝
backend/open_webui/routers/retrieval.py(+9 -0)📝
backend/open_webui/routers/utils.py(+1 -0)📝
backend/open_webui/storage/provider.py(+76 -0)📝
backend/open_webui/test/apps/webui/storage/test_provider.py(+150 -0)📝
backend/open_webui/utils/middleware.py(+75 -61)📝
backend/open_webui/utils/oauth.py(+47 -7)📝
backend/open_webui/utils/payload.py(+77 -49)📝
backend/open_webui/utils/response.py(+31 -50)📝
backend/requirements.txt(+10 -3)...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.