chore: remove irrelevant comments

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2025-09-08 18:28:19 +02:00
parent 5a6c20313d
commit e7444c1d9b
2 changed files with 2 additions and 5 deletions

View file

@ -182,7 +182,7 @@ async def milvus_vec_index(milvus_vec_db_path, embedding_dimension):
index = MilvusIndex(client, name, consistency_level="Strong")
index.db_path = milvus_vec_db_path
yield index
# Proper cleanup: close the async client
await client.close()