🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-27 16:22:32 +00:00
parent 76abcc7ec3
commit 412efe79d2
11 changed files with 11 additions and 22 deletions

View File

@@ -83,8 +83,6 @@ def cosine_similarity(v1, v2):
return dot_product / (norm1 * norm2)
logger = get_logger("memory")