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
main
dev
35ea29b
257ca45
5379c08
9e8b7ac
f187a1c
96ecdc3
ba66995
8a81f5f
dbc0608
76d8935
136 files changed (+5412 additions, -3010 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/__init__.py
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/memories.py
backend/open_webui/retrieval/loaders/youtube.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/duckduckgo.py
backend/open_webui/retrieval/web/sougou.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/files.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/memories.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tools.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.