mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7439] Enabling hybrid RAG with JINA model bootloops docker image #53412
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 @wbste on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7439
Environment
Description
Bug Summary:
Using the default SentenceTransformers on board. If I toggle Hybrid Search to On, then add jina reranker (tried both
jinaai/jina-reranker-v1-tiny-enandjinaai/jina-reranker-v1-turbo-en), I get a bootloop condition where the docker image continuous tries to load the reranker (I believe). The recommendedBAAI/bge-reranker-v2-m3performs fine, however.The lower 3 lines are where it always crashes after the initial setting of the model. During each boot I do see
INFO [open_webui.env] Reranking model set: jinaai/jina-reranker-v1-turbo-en. To fix I have to open upwebui.dband edit theconfigtable'sdatafield to change back the model to BAAI.