Original PR: https://github.com/open-webui/open-webui/pull/10038 Author: @tjbck Created: 2/14/2025 Status: ✅ Merged Merged: 2/18/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
70e8337
ceef600
d3f7193
85c2288
f376a61
42119e2
9072959
8d898f2
5ca39eb
a8e3104
234 files changed (+4186 additions, -2318 deletions)
📝 CHANGELOG.md (+21 -0) 📝 README.md (+7 -2) 📝 backend/open_webui/config.py (+94 -9) 📝 backend/open_webui/env.py (+1 -0) 📝 backend/open_webui/main.py (+47 -17) 📝 backend/open_webui/retrieval/utils.py (+6 -1) 📝 backend/open_webui/retrieval/web/duckduckgo.py (+10 -14) 📝 backend/open_webui/retrieval/web/tavily.py (+8 -2) 📝 backend/open_webui/retrieval/web/utils.py (+91 -2) 📝 backend/open_webui/routers/auths.py (+21 -5) 📝 backend/open_webui/routers/channels.py (+3 -1) 📝 backend/open_webui/routers/configs.py (+34 -4) 📝 backend/open_webui/routers/ollama.py (+1 -1) 📝 backend/open_webui/routers/pipelines.py (+59 -51) 📝 backend/open_webui/routers/retrieval.py (+51 -14) 📝 backend/open_webui/routers/tasks.py (+2 -2) 📝 backend/open_webui/routers/utils.py (+41 -11) ➕ backend/open_webui/static/loader.js (+0 -0) 📝 backend/open_webui/static/swagger-ui/swagger-ui.css (+0 -2) 📝 backend/open_webui/utils/auth.py (+54 -1)
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/duckduckgo.py
backend/open_webui/retrieval/web/tavily.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/pipelines.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tasks.py
backend/open_webui/routers/utils.py
backend/open_webui/static/loader.js
backend/open_webui/static/swagger-ui/swagger-ui.css
backend/open_webui/utils/auth.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/10038
Author: @tjbck
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/18/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
70e8337Update translation.jsonceef600support async load for websearchd3f7193web loader support proxy85c2288Update translation.jsonf376a61Merge branch 'open-webui:main' into patch-442119e2Update translation.json9072959fix: remove whitespace to improve typesetting for inline Markdown8d898f2Added romanian translations5ca39ebUpdate tavily.pya8e3104FIx: Domain Filter list in tavily.py📊 Changes
234 files changed (+4186 additions, -2318 deletions)
View changed files
📝
CHANGELOG.md(+21 -0)📝
README.md(+7 -2)📝
backend/open_webui/config.py(+94 -9)📝
backend/open_webui/env.py(+1 -0)📝
backend/open_webui/main.py(+47 -17)📝
backend/open_webui/retrieval/utils.py(+6 -1)📝
backend/open_webui/retrieval/web/duckduckgo.py(+10 -14)📝
backend/open_webui/retrieval/web/tavily.py(+8 -2)📝
backend/open_webui/retrieval/web/utils.py(+91 -2)📝
backend/open_webui/routers/auths.py(+21 -5)📝
backend/open_webui/routers/channels.py(+3 -1)📝
backend/open_webui/routers/configs.py(+34 -4)📝
backend/open_webui/routers/ollama.py(+1 -1)📝
backend/open_webui/routers/pipelines.py(+59 -51)📝
backend/open_webui/routers/retrieval.py(+51 -14)📝
backend/open_webui/routers/tasks.py(+2 -2)📝
backend/open_webui/routers/utils.py(+41 -11)➕
backend/open_webui/static/loader.js(+0 -0)📝
backend/open_webui/static/swagger-ui/swagger-ui.css(+0 -2)📝
backend/open_webui/utils/auth.py(+54 -1)...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.