mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -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/10165
Author: @nachogmd
Created: 2/17/2025
Status: ❌ Closed
Base:
dev← Head:web_search_domains📝 Commits (1)
c684715Allow blocking and allowing domains in web search as per #9912📊 Changes
22 files changed (+393 additions, -341 deletions)
View changed files
📝
backend/open_webui/config.py(+22 -0)📝
backend/open_webui/main.py(+4 -2)📝
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(+6 -7)📝
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(+5 -8)📝
backend/open_webui/routers/retrieval.py(+118 -117)...and 2 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.