mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #8385] [MERGED] fix: Pgvector vector column size check was failing on initialization … #9010
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/8385
Author: @jk-f5
Created: 1/7/2025
Status: ✅ Merged
Merged: 1/7/2025
Merged by: @tjbck
Base:
dev← Head:refac/pgvectorlength📝 Commits (1)
b3a52befix: Pgvector vector column size check was failing on initialization of database📊 Changes
1 file changed (+24 additions, -19 deletions)
View changed files
📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+24 -19)📄 Description
Changelog Entry
Description
metadata.reflectthrows an exception rather than returning an empty list. Refactor vector column check to account for this.Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.