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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @petrusali on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6787
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.