Optimize logger for FAISS storage

This commit is contained in:
yangdx
2025-04-26 22:17:21 +08:00
parent 90cacdbcc3
commit 891b783ff7

View File

@@ -103,7 +103,7 @@ class FaissVectorDBStorage(BaseVectorStorage):
...
}
"""
logger.info(f"Inserting {len(data)} to {self.namespace}")
logger.debug(f"FAISS: Inserting {len(data)} to {self.namespace}")
if not data:
return