mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #10811] How to cancel the file name displayed after document retrieval #16039
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?
Originally created by @wdyichen on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10811
The knowledge base created using open-webui will display the retrieved file names at the end of the question, how can I stop it from displaying which files have been retrieved?
@rgaricano commented on GitHub (Feb 26, 2025):
disable citations on config of the model (check box at the end)
@wdyichen commented on GitHub (Feb 27, 2025):
Thanks, I got it