Quellcode durchsuchen

More formatting

Marko Henning vor 1 Monat
Ursprung
Commit
f2e78d7940
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      backend/open_webui/routers/retrieval.py

+ 1 - 1
backend/open_webui/routers/retrieval.py

@@ -861,7 +861,7 @@ async def update_rag_config(
             if (
             if (
                 request.app.state.config.ENABLE_RAG_HYBRID_SEARCH
                 request.app.state.config.ENABLE_RAG_HYBRID_SEARCH
                 and not request.app.state.config.BYPASS_EMBEDDING_AND_RETRIEVAL
                 and not request.app.state.config.BYPASS_EMBEDDING_AND_RETRIEVAL
-                ):
+            ):
                 request.app.state.rf = get_rf(
                 request.app.state.rf = get_rf(
                     request.app.state.config.RAG_RERANKING_ENGINE,
                     request.app.state.config.RAG_RERANKING_ENGINE,
                     request.app.state.config.RAG_RERANKING_MODEL,
                     request.app.state.config.RAG_RERANKING_MODEL,