In Hybrid Search, the file summary query does not work #1672

Closed
opened 2025-11-11 14:49:45 -06:00 by GiteaMirror · 1 comment
Owner

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:

  1. Attach the document.

  2. chat to "summarize this file"

  3. "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):

화면 캡처 2024-08-03 220427
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:** 1. Attach the document. 2. chat to "summarize this file" 3. "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):** <img width="772" alt="화면 캡처 2024-08-03 220427" src="https://github.com/user-attachments/assets/e2c77776-fa29-4615-a44d-b734edbc73f9">
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1672