mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #9292] [CLOSED] refactor: optimize web search with Exa integration and domain filtering #45401
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/9292
Author: @abdalrohman
Created: 2/3/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (5)
ccb6fd5feat: implement Exa search engine integration75c7f21feat: implement domain filter list for web search8c83773refactor: optimize web search to use direct results091a10erefactor: replace exa-py with requests library532eb84feat: add vector store save configuration📊 Changes
7 files changed (+251 additions, -68 deletions)
View changed files
📝
backend/open_webui/config.py(+40 -30)📝
backend/open_webui/main.py(+4 -0)➕
backend/open_webui/retrieval/web/exa.py(+74 -0)📝
backend/open_webui/routers/retrieval.py(+64 -27)📝
backend/open_webui/utils/middleware.py(+6 -3)📝
src/lib/apis/retrieval/index.ts(+14 -6)📝
src/lib/components/admin/Settings/WebSearch.svelte(+49 -2)📄 Description
Pull Request Checklist
This PR introduces several improvements to the web search functionality:
Changelog Entry
Description
Added
Changed
Breaking Changes
Additional Information
Target Branch
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.