mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
Retrieval Augmented generation query rewriting not working #3161
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 @adarshdotexe on GitHub (Jan 1, 2025).
Description
Retrieval Augmented generation query rewriting does not take place.
Reason
chat_completion_files_handler makes a call to generate_queries without also passing request in middleware.py
@tjbck commented on GitHub (Jan 2, 2025):
Good catch! Fixed in dev!