Skip to content

Commit b37fb9c

Browse files
committed
style: format faiss vec db file
1 parent a9bf8e1 commit b37fb9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astrbot/core/db/vec_db/faiss_impl/vec_db.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ async def insert_batch(
7575
ids = ids or [str(uuid.uuid4()) for _ in contents]
7676

7777
if not contents:
78-
logger.debug("No contents provided for batch insert; skipping embedding generation.")
78+
logger.debug(
79+
"No contents provided for batch insert; skipping embedding generation."
80+
)
7981
return []
8082

8183
start = time.time()

0 commit comments

Comments
 (0)