We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bf8e1 commit b37fb9cCopy full SHA for b37fb9c
1 file changed
astrbot/core/db/vec_db/faiss_impl/vec_db.py
@@ -75,7 +75,9 @@ async def insert_batch(
75
ids = ids or [str(uuid.uuid4()) for _ in contents]
76
77
if not contents:
78
- logger.debug("No contents provided for batch insert; skipping embedding generation.")
+ logger.debug(
79
+ "No contents provided for batch insert; skipping embedding generation."
80
+ )
81
return []
82
83
start = time.time()
0 commit comments