mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-09 13:28:46 -05:00
[PR #22287] [CLOSED] feat: SurrealDB Integration as VectorDB #65445
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/22287
Author: @mbrannen
Created: 3/6/2026
Status: ❌ Closed
Base:
dev← Head:feat/surrealdb-vector-backend📝 Commits (4)
8f3cbbbfeat: Implement SurrealDB client for vector database operations829c4e0Merge remote-tracking branch 'upstream/dev' into feat/surrealdb-vector-backende109bffanother docs passce7febaMerge remote-tracking branch 'upstream/dev' into feat/surrealdb-vector-backend📊 Changes
6 files changed (+606 additions, -2 deletions)
View changed files
📝
README.md(+2 -2)📝
backend/open_webui/config.py(+44 -0)➕
backend/open_webui/retrieval/vector/dbs/surrealdb.py(+554 -0)📝
backend/open_webui/retrieval/vector/factory.py(+4 -0)📝
backend/open_webui/retrieval/vector/type.py(+1 -0)📝
backend/requirements.txt(+1 -0)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
Changelog Entry
Description
SurrealDB is a mature and AI first DB that offers a lot of great features and is something I use personally and professionally. My organization uses OpenWebUI and I wanted to contribute to get this officially supported as a vector database.
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
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.