mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
In Hybrid Search, the file summary query does not work #1672
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 @tjdalsry on GitHub (Aug 3, 2024).
Bug Report
Description
Bug Summary:
In Hybrid Search, the file summary query does not work
When Hybrid Serach is turned off, the original function works. However, when turned on, it works.
When you check the debugging, it embeds well.
Steps to Reproduce:
Attach the document.
chat to "summarize this file"
"No files provided." are answered.
Expected Behavior:
Detailed Summary of Files
Actual Behavior:
[Describe what actually happened.]
Environment
**Open WebUI Version: 0.37
**Ollama (if applicable): 0.1.47
**Operating System: Ubuntu 22.04
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
@silentoplayz commented on GitHub (Aug 3, 2024):
This oddly appears to be an issue with the model being used (Qwen 2). The model can't tell me anything about documents either, but other models can fine. Even CodeQwen works well with RAG. It can only tell me about the RAG template esentially; the 7b and 14b models of Qwen 2. The 0.5b model only worked sorta once with RAG.