mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
chore: remove irrelevant comments
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
parent
5a6c20313d
commit
e7444c1d9b
2 changed files with 2 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue