mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #5382] [MERGED] fix: change metadata to metadatas #92714
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/5382
Author: @Peter-De-Ath
Created: 9/12/2024
Status: ✅ Merged
Merged: 9/12/2024
Merged by: @tjbck
Base:
dev← Head:hotfix/chroma-metadata-s📝 Commits (1)
ca98747fix: change metadata to metadatas📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
backend/open_webui/apps/rag/vector/dbs/chroma.py(+2 -2)📄 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
error message: Collection.upsert() got an unexpected keyword argument 'metadata'
When adding memories, they get inserted, but throws errors and UI doesn't reflect until reloaded
Fixed
Fixed: error on adding memories
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.