Fixes: Mem0 Setup, Logging, Docs (#3080)

This commit is contained in:
Jainish
2025-07-04 03:10:39 +05:30
committed by GitHub
parent eb7c712aa6
commit a20b68fcec
5 changed files with 34 additions and 29 deletions

View File

@@ -83,7 +83,7 @@ class Qdrant(VectorStoreBase):
response = self.list_cols()
for collection in response.collections:
if collection.name == self.collection_name:
logging.debug(f"Collection {self.collection_name} already exists. Skipping creation.")
logger.debug(f"Collection {self.collection_name} already exists. Skipping creation.")
return
self.client.create_collection(