Skip to content

Commit 34aeaaf

Browse files
committed
refac
1 parent fa91d83 commit 34aeaaf

File tree

1 file changed

+1
-3
lines changed
  • backend/open_webui/retrieval/vector/dbs

1 file changed

+1
-3
lines changed

backend/open_webui/retrieval/vector/dbs/chroma.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ def query(
108108
)
109109
return None
110110
except Exception as e:
111-
log.exception(
112-
f"Error querying collection {collection_name} with limit {limit}: {e}"
113-
)
111+
log.exception(f"{e}")
114112
return None
115113

116114
def get(self, collection_name: str) -> Optional[GetResult]:

0 commit comments

Comments
 (0)