Timothy Jaeryang Baek 2 mesi fa
parent
commit
34aeaaf020
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      backend/open_webui/retrieval/vector/dbs/chroma.py

+ 1 - 3
backend/open_webui/retrieval/vector/dbs/chroma.py

@@ -108,9 +108,7 @@ class ChromaClient:
                 )
                 )
             return None
             return None
         except Exception as e:
         except Exception as e:
-            log.exception(
-                f"Error querying collection {collection_name} with limit {limit}: {e}"
-            )
+            log.exception(f"{e}")
             return None
             return None
 
 
     def get(self, collection_name: str) -> Optional[GetResult]:
     def get(self, collection_name: str) -> Optional[GetResult]: