mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #9988] [MERGED] feat: websearch support async docs load #9242
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/9988
Author: @Yimi81
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @tjbck
Base:
dev← Head:feat-support-async-load📝 Commits (1)
ceef600support async load for websearch📊 Changes
3 files changed (+68 additions, -20 deletions)
View changed files
📝
backend/open_webui/retrieval/web/utils.py(+48 -1)📝
backend/open_webui/routers/retrieval.py(+11 -4)📝
backend/open_webui/utils/middleware.py(+9 -15)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
fix #7206, Changed the web page loading to asynchronous loading, which increased the speed of accessing ten web pages by 3x, from 15s to 5s.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.