Optimize logger for FAISS storage
This commit is contained in:
parent
90cacdbcc3
commit
891b783ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
if not data:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue