mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #15951] [MERGED] feat: Add S3 Vector Buckets Support for Knowledge #39623
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/15951
Author: @westbrook-ai
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/23/2025
Merged by: @tjbck
Base:
dev← Head:s3vector-support📝 Commits (8)
d9f2b6bfeat: add starter config for s3 vector5fbfe2bMerge pull request #15879 from open-webui/dev5c59c50more prgoress on s3 vectorf6ee196merge maind463a29feat: S3 vector support tested6c283cdfix: boto3 version in uv.lock8dcf668chore: final cleanup860f3b3chore: run formatting📊 Changes
6 files changed (+756 additions, -2 deletions)
View changed files
📝
backend/dev.sh(+1 -1)📝
backend/open_webui/config.py(+4 -0)➕
backend/open_webui/retrieval/vector/dbs/s3vector.py(+745 -0)📝
backend/open_webui/retrieval/vector/factory.py(+4 -0)📝
backend/open_webui/retrieval/vector/type.py(+1 -0)📝
uv.lock(+1 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
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.