mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #7025] [MERGED] fix: Enable RAG_WEB_SEARCH_CONCURRENT_REQUESTS #8799
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/7025
Author: @yeounhak
Created: 11/19/2024
Status: ✅ Merged
Merged: 11/19/2024
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
8c161c7Enable RAG_WEB_SEARCH_CONCURRENT_REQUESTS with asynchronous optimization for improved performance📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
backend/open_webui/apps/retrieval/main.py(+4 -2)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Test
Setting RAG_WEB_SEARCH_CONCURRENT_REQUESTS to 10 and loading 10 sites reduced the time from 13.9s to 2.3s, making it 6 times faster.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.