mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
RAG output is randomized for same user prompt #3752
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 @dokka-bae on GitHub (Feb 11, 2025).
The problem is that for the same request, I receive different documents (if the request is made in the same chat). However, if I create a new chat and submit the identical request, everything works fine. Idk if this works right way, but i guess RAG shouldnt work including history of user prompts.
@dokka-bae commented on GitHub (Feb 11, 2025):