This commit is contained in:
2025-09-07 13:00:43 +08:00
parent 1ba6d0a7f3
commit 26377b0baa
2 changed files with 1 additions and 17 deletions

View File

@@ -45,5 +45,4 @@ def drop_existing_collection(collection_name):
raise
if __name__ == "__main__":
# 可修改为目标集合名称
drop_existing_collection(MEMORY_COLLECTION_NAME)