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