mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[PR #16355] [CLOSED] fix: S3Vector compatibility with boto3 upgrade and metadata sanitization #62966
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/16355
Author: @flex-yeongjunchoi
Created: 8/7/2025
Status: ❌ Closed
Base:
dev← Head:fix-s3vector-upload-error📝 Commits (3)
a31e8f5sanitize metadata values before putobject to s3vector storeb0e9f51upgrade boto3 verison to latest8abf316fix: restore unintentionally deleted static assets📊 Changes
4 files changed (+87 additions, -113 deletions)
View changed files
📝
backend/open_webui/retrieval/vector/dbs/s3vector.py(+34 -0)📝
backend/requirements.txt(+1 -1)📝
pyproject.toml(+1 -1)📝
uv.lock(+51 -111)📄 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
Description
This PR updates boto3 from version 1.35.53 to 1.40.4 and fixes a bug in the S3Vector store implementation by adding metadata sanitization to ensure compatibility with AWS S3 Vector API requirements.
Fixed
Additional Information
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.