This commit is contained in:
Timothy Jaeryang Baek 2025-02-26 13:54:26 -08:00
parent fa91d83ac3
commit 34aeaaf020

View File

@ -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]: