mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #6293] [CLOSED] fix: don't overwrite source.name with an URL, keep name so user can decide what should be visible #44903
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/6293
Author: @RocketRider
Created: 10/20/2024
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
1c1ada1don't overwrite source.name with an url, that can't be displayed well📊 Changes
1 file changed (+0 additions, -5 deletions)
View changed files
📝
src/lib/components/chat/Messages/Citations.svelte(+0 -5)📄 Description
I am setting up an external RAG system with URLs. But I don't want teh full URL shown in the Chat message.

In my opinion it is better not to overwrite the name. So the user can set it to the URL or a name, but when it is overwritten we can't set a custom name.
In addition, when removing the overwrite it will be handled as in the detail dialog.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.