mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #6645] [MERGED] feat: Intial support for pgvector as backing vector database #8725
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/6645
Author: @jk-f5
Created: 11/1/2024
Status: ✅ Merged
Merged: 11/5/2024
Merged by: @tjbck
Base:
dev← Head:feat/pgvector📝 Commits (2)
701f40afeat: Initial support for pgvector319ea8cfeat: Add ability to set URI for pgvector📊 Changes
5 files changed (+365 additions, -1 deletions)
View changed files
📝
.dockerignore(+2 -1)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -0)➕
backend/open_webui/apps/retrieval/vector/dbs/pgvector.py(+352 -0)📝
backend/open_webui/config.py(+6 -0)📝
backend/requirements.txt(+1 -0)📄 Description
Changelog
Description
The PR introduces support for using pgvector as a backing vector datastore.
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.