mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #3078] [CLOSED] Implement domain whitelisting for web search results #7976
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/3078
Author: @que-nguyen
Created: 6/12/2024
Status: ❌ Closed
Base:
dev← Head:whitelist-websearch📝 Commits (10+)
c41b33cMerge pull request #3013 from open-webui/dev0917fa6Merge pull request #3056 from open-webui/dev47ac0fbDefine configuration variable RAG_WEB_SEARCH_WHITE_LIST_DOMAINS5bdf7c9Implemented filter_by_whitelist functionffb06e7Implement domain whitelisting for BRAVE search results242be8bImplement domain whitelisting for DUCKDUCKGO search results314f2fbImplement domain whitelisting for GOOGLE_PSE search results8feced3Implement domain whitelisting for SEARXNG search results38cf4c7Implement domain whitelisting for SERPER search resultse031a7eImplement domain whitelisting for SERPLY search results📊 Changes
10 files changed (+68 additions, -32 deletions)
View changed files
📝
backend/apps/rag/main.py(+9 -1)📝
backend/apps/rag/search/brave.py(+5 -4)📝
backend/apps/rag/search/duckduckgo.py(+6 -5)📝
backend/apps/rag/search/google_pse.py(+5 -4)📝
backend/apps/rag/search/main.py(+11 -1)📝
backend/apps/rag/search/searxng.py(+8 -5)📝
backend/apps/rag/search/serper.py(+5 -4)📝
backend/apps/rag/search/serply.py(+5 -4)📝
backend/apps/rag/search/serpstack.py(+5 -4)📝
backend/config.py(+9 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.