mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #21662] [CLOSED] feat: Add config to limit the concurrency for async embedding #49238
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/21662
Author: @Classic298
Created: 2/20/2026
Status: ❌ Closed
Base:
dev← Head:async-embedding-concurrency📝 Commits (1)
1df20a8enh📊 Changes
5 files changed (+71 additions, -8 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/retrieval/utils.py(+23 -8)📝
backend/open_webui/routers/retrieval.py(+11 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+28 -0)📄 Description
Users have asked for this multiple times, so I decided to make a PR for it.
This is tested locally
Tests made:
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.