Timothy Jaeryang Baek hai 1 mes
pai
achega
609a6a3721
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backend/open_webui/retrieval/utils.py

+ 1 - 0
backend/open_webui/retrieval/utils.py

@@ -129,6 +129,7 @@ def query_doc_with_hybrid_search(
             return {"documents": [], "metadatas": [], "distances": []}
 
         log.debug(f"query_doc_with_hybrid_search:doc {collection_name}")
+
         bm25_retriever = BM25Retriever.from_texts(
             texts=collection_result.documents[0],
             metadatas=collection_result.metadatas[0],