@@ -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}")
def get(self, collection_name: str) -> Optional[GetResult]: