mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #12715] [MERGED] 0.6.3 #61863
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/12715
Author: @tjbck
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/13/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
35ea29bprepare websocket redis sentinel code for upcoming native support of sentinel in python-socketio257ca45leave out @ in redis+sentine url when no username/password is provided5379c08build(deps): bump azure-identity from 1.20.0 to 1.21.0 in /backend9e8b7acbuild(deps): bump chromadb from 0.6.2 to 0.6.3 in /backendf187a1cbuild(deps): bump pgvector from 0.3.5 to 0.4.0 in /backend96ecdc3build(deps): bump youtube-transcript-api from 0.6.3 to 1.0.3 in /backendba66995build(deps): bump @tiptap/pm from 2.10.0 to 2.11.78a81f5fadd support for elixir code syntax highlightingdbc0608build(deps): bump opentelemetry-instrumentation-logging76d8935Update catalan translation.json📊 Changes
136 files changed (+5412 additions, -3010 deletions)
View changed files
📝
CHANGELOG.md(+40 -0)📝
backend/open_webui/__init__.py(+8 -1)📝
backend/open_webui/config.py(+121 -55)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+36 -0)📝
backend/open_webui/main.py(+89 -54)📝
backend/open_webui/models/memories.py(+3 -2)📝
backend/open_webui/retrieval/loaders/youtube.py(+1 -1)📝
backend/open_webui/retrieval/utils.py(+14 -0)📝
backend/open_webui/retrieval/web/duckduckgo.py(+8 -8)➕
backend/open_webui/retrieval/web/sougou.py(+60 -0)📝
backend/open_webui/retrieval/web/utils.py(+25 -23)📝
backend/open_webui/routers/audio.py(+150 -14)📝
backend/open_webui/routers/auths.py(+12 -3)📝
backend/open_webui/routers/chats.py(+6 -1)📝
backend/open_webui/routers/files.py(+42 -0)📝
backend/open_webui/routers/knowledge.py(+68 -0)📝
backend/open_webui/routers/memories.py(+3 -1)📝
backend/open_webui/routers/retrieval.py(+418 -398)📝
backend/open_webui/routers/tools.py(+14 -16)...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.