mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore: remove irrelevant comments
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
parent
6b299f24af
commit
6aabf80566
2 changed files with 2 additions and 5 deletions
|
|
@ -190,7 +190,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