mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
fa91d83ac3
commit
34aeaaf020
1 changed files with 1 additions and 3 deletions
|
|
@ -108,9 +108,7 @@ class ChromaClient:
|
|||
)
|
||||
return None
|
||||
except Exception as e:
|
||||
log.exception(
|
||||
f"Error querying collection {collection_name} with limit {limit}: {e}"
|
||||
)
|
||||
log.exception(f"{e}")
|
||||
return None
|
||||
|
||||
def get(self, collection_name: str) -> Optional[GetResult]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue