mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
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/10130
Author: @nachogmd
Created: 2/16/2025
Status: ❌ Closed
Base:
main← Head:web_search_domains📝 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
188 files changed (+2916 additions, -2306 deletions)
View changed files
📝
backend/open_webui/config.py(+53 -0)📝
backend/open_webui/env.py(+1 -0)📝
backend/open_webui/main.py(+56 -17)📝
backend/open_webui/retrieval/web/bing.py(+8 -12)📝
backend/open_webui/retrieval/web/bocha.py(+9 -8)📝
backend/open_webui/retrieval/web/brave.py(+8 -8)📝
backend/open_webui/retrieval/web/duckduckgo.py(+15 -20)📝
backend/open_webui/retrieval/web/exa.py(+9 -11)📝
backend/open_webui/retrieval/web/google_pse.py(+10 -14)📝
backend/open_webui/retrieval/web/jina_search.py(+9 -6)📝
backend/open_webui/retrieval/web/kagi.py(+9 -10)📝
backend/open_webui/retrieval/web/main.py(+32 -5)📝
backend/open_webui/retrieval/web/mojeek.py(+8 -8)📝
backend/open_webui/retrieval/web/searchapi.py(+9 -12)📝
backend/open_webui/retrieval/web/searxng.py(+10 -15)📝
backend/open_webui/retrieval/web/serpapi.py(+8 -12)📝
backend/open_webui/retrieval/web/serper.py(+7 -8)📝
backend/open_webui/retrieval/web/serply.py(+11 -17)📝
backend/open_webui/retrieval/web/serpstack.py(+9 -14)📝
backend/open_webui/retrieval/web/tavily.py(+9 -5)...and 80 more files
📄 Description
Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Breaking Changes
--- stored value for RAG_WEB_SEARCH_DOMAIN_FILTER_LIST may require migration
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.