llama-stack-mirror/llama_stack/providers/remote/vector_io/milvus
Mustafa Elbehery 142bd248e7 feat(client): migrate MilvusClient to AsyncMilvusClient
The commit makes the follwing changes.
-  Import statements updated: MilvusClient → AsyncMilvusClient
-  Removed asyncio.to_thread() wrappers: All Milvus operations now use native async/await
-  Test compatibility: Mock objects and fixtures updated to work with AsyncMilvusClient

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-09-10 15:40:34 +02:00
..
__init__.py fix(remote:milvus): add missing files_api parameter and kvstore configuration (#2630) 2025-07-09 10:08:14 +02:00
config.py feat: Implement keyword search in milvus (#2231) 2025-07-14 19:39:55 -04:00
milvus.py feat(client): migrate MilvusClient to AsyncMilvusClient 2025-09-10 15:40:34 +02:00