mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-28 12:37:03 +02:00
fix
This commit is contained in:
@@ -108,7 +108,9 @@ class ChromaClient:
|
|||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
except Exception as e:
|
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
|
return None
|
||||||
|
|
||||||
def get(self, collection_name: str) -> Optional[GetResult]:
|
def get(self, collection_name: str) -> Optional[GetResult]:
|
||||||
|
Reference in New Issue
Block a user