This commit is contained in:
Timothy Jaeryang Baek 2025-02-26 12:53:07 -08:00
parent 33d3558ca9
commit 46ac6f2b29

View File

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