mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #7913] Application Freezes with enabled Hybrid search #101923
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 @gabriel-ecegi on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7913
Bug Report
Installation Method
Conda environment with Open WebUI (
mainbranch, v0.4.8).Issue is reproducible in Docker as well.
Environment
Confirmation:
Expected Behavior:
The application should remain responsive while processing a request to the
/completionsendpoint withENABLE_RAG_HYBRID_SEARCHenabled.Actual Behavior:
The application freezes during the execution of the
/completionsendpoint whenENABLE_RAG_HYBRID_SEARCHis enabled./completionsrequest completes, the app becomes functional again.Description
Bug Summary:
When
ENABLE_RAG_HYBRID_SEARCHis turned on and the reranking modelBAAI/bge-reranker-v2-m3is used, calling the/completionsendpoint causes the application to freeze until the request finishes processing. This issue is consistent and reproducible.Reproduction Details
Steps to Reproduce:
ENABLE_RAG_HYBRID_SEARCHin the settings.BAAI/bge-reranker-v2-m3./completionsendpoint (e.g., perform a query using HybridSearch)./completionsendpoint finishes processing.Logs and Screenshots
Browser Console Logs:
N/A (no relevant logs).
Docker Container Logs:
N/A (no relevant logs).
Screenshots/Screen Recordings (if applicable):
N/A
Additional Information
/completionscalls with HybridSearch enabled.BAAI/bge-reranker-v2-m3.Note
Please let me know if further testing or logs are required to resolve this issue. Thank you for maintaining Open WebUI!
@mahenning commented on GitHub (Dec 18, 2024):
What
Embedding Modeldid you set? For information, I use theBAAI/bge-reranker-v2-m3in hybrid search without problems. It just takes a while to get the answer, but CPU work is high at the time and the UI is responsive. (I also have top-k at 15)@gaboe commented on GitHub (Dec 18, 2024):
I use BAAI/bge-reranker-v2-m3, also.
@tjbck commented on GitHub (Dec 19, 2024):
Closing in favour of #7942