mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[PR #20452] [CLOSED] **fix** respect AIOHTTP_CLIENT_TIMEOUT in agenerate_ollama_batch_embeddings #129284
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/20452
Author: @ssobczak
Created: 1/7/2026
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
8c4488fConfigure aiohttp ClientSession with timeout📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
backend/open_webui/retrieval/utils.py(+3 -1)📄 Description
Changelog Entry
Description
Fixed problem where embeddings generation did not respect the AIOHTTP_CLIENT_TIMEOUT and timed out after 300s (default).
Added
Added timeout to agenerate_ollama_batch_embeddings()
Additional Information
Tested manually on local setup.
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.