mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #12845] [CLOSED] feat: Add parameter BYPASS_WEB_LOADING_FOR_WEB_SEARCH to skip web page loading in search
#46081
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/12845
Author: @Youggls
Created: 4/14/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (3)
cf1c43dfeat: Add parameter to skip web page loading in search, add empty web loader.c92165efix: use BaseLoader as the SafeEmptyLoader baseclass.5051ea9fix: fix the init functino of SaveEmptyLoader.📊 Changes
5 files changed (+73 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+4 -0)📝
backend/open_webui/retrieval/web/utils.py(+36 -0)📝
backend/open_webui/routers/retrieval.py(+7 -0)📝
src/lib/components/admin/Settings/WebSearch.svelte(+20 -0)📄 Description
feat: Add parameter
BYPASS_WEB_LOADING_FOR_WEB_SEARCHto skip web page loading in search, add empty web loader.Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This PR implements a parameter to control web page loading functionality during online searches. The goal is to accelerate web search by skipping the actual page loading process in scenarios where it can become a bottleneck.
Added
Changed
Performance
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.