mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-20 20:52:23 -05:00
[PR #16741] [MERGED] fix: batch S3 vectors in groups of 500 to comply with API limitations #24224
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16741
Author: @westbrook-ai
Created: 8/20/2025
Status: ✅ Merged
Merged: 8/20/2025
Merged by: @tjbck
Base:
dev← Head:s3vector-support📝 Commits (2)
7fcc545fix: batch S3 vectors in groups of 500 to comply with API limitations45d9a72Merge branch 'open-webui:main' into s3vector-support📊 Changes
1 file changed (+32 additions, -17 deletions)
View changed files
📝
backend/open_webui/retrieval/vector/dbs/s3vector.py(+32 -17)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Fixes an issue with trying to upload more than 500 vectors to S3 Vector buckets, which results in the error below:
An error occurred (ValidationException) when calling the PutVectors operation: Request body exceeds max allowed sizeFixed
Screenshots or Videos
Proof of being able to upload more than 500 vectors in a single call:

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.