mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #7907] [CLOSED] fix: use only non empty collections for completions #8927
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/7907
Author: @gabriel-ecegi
Created: 12/17/2024
Status: ❌ Closed
Base:
dev← Head:empty_collection_fix📝 Commits (1)
bea7a47fix: use only non empty collections for completions📊 Changes
1 file changed (+7 additions, -4 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+7 -4)📄 Description
Pull Request Checklist
devbranchfix:prefix as this addresses a bug/improvementChangelog Entry
Description
This PR filters out empty collections from the completions to ensure only meaningful collections are included in the chat responses. This fixes the error for hybrid search.
Changed
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.