mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #13045] [CLOSED] **perf** | Multi-thread web searching #61938
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/13045
Author: @TomBayne
Created: 4/18/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
982c36bAttempt to multi-thread web searchf7559e7Accidentally left batch size too high.📊 Changes
1 file changed (+321 additions, -208 deletions)
View changed files
📝
backend/open_webui/routers/retrieval.py(+321 -208)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Changed
Additional Information
Settings: 10 Web Searches, 10 Concurrent
Test Query: 'Who is the current US president?'
Test A (Multi-threaded) : 1m 22s
Test B (Old Code) : 4m 23s
Test C (Multi-threaded) : 1m 40s
Test D (Old Code): 2m 23s
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.