[GH-ISSUE #6787] RAG hybrid search always disabled every machine restart #14486

Closed
opened 2026-04-19 20:49:54 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @petrusali on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6787

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama:/root/.ollama -v /mnt/sdb1/data/open-webui:/app/backend/data \
  -e MICROSOFT_CLIENT_ID=<hidden> \
  -e MICROSOFT_CLIENT_SECRET=<hidden> \
  -e MICROSOFT_CLIENT_TENANT_ID=<hidden> \
  -e MICROSOFT_REDIRECT_URI=<hidden> \
  -e ENABLE_OAUTH_SIGNUP=true \
  -e WEBUI_NAME=AdIns-ightHub \
  -e WEBUI_URL=<hidden> \
  -e ADMIN_EMAIL=<hidden> \
  -e ENABLE_RAG_HYBRID_SEARCH=true \
  -e RAG_RERANKING_MODEL=BAAI/bge-reranker-v2.5-gemma2-lightweight \
  -e RAG_RERANKING_MODEL_AUTO_UPDATE=true \
  --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

This is how I run the container for open-webui. The version is 0.3.35 which is already the latest. What I want to report here is each time I restart my machine, the hybrid search is always in off / false state. Please fix the bug. Thanks.

Originally created by @petrusali on GitHub (Nov 7, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/6787 ``` docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama:/root/.ollama -v /mnt/sdb1/data/open-webui:/app/backend/data \ -e MICROSOFT_CLIENT_ID=<hidden> \ -e MICROSOFT_CLIENT_SECRET=<hidden> \ -e MICROSOFT_CLIENT_TENANT_ID=<hidden> \ -e MICROSOFT_REDIRECT_URI=<hidden> \ -e ENABLE_OAUTH_SIGNUP=true \ -e WEBUI_NAME=AdIns-ightHub \ -e WEBUI_URL=<hidden> \ -e ADMIN_EMAIL=<hidden> \ -e ENABLE_RAG_HYBRID_SEARCH=true \ -e RAG_RERANKING_MODEL=BAAI/bge-reranker-v2.5-gemma2-lightweight \ -e RAG_RERANKING_MODEL_AUTO_UPDATE=true \ --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama ``` This is how I run the container for open-webui. The version is 0.3.35 which is already the latest. What I want to report here is each time I restart my machine, the hybrid search is always in off / false state. Please fix the bug. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14486