llama-stack-mirror/tests/unit/providers/vector_io/remote
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
..
test_milvus.py feat(client): migrate MilvusClient to AsyncMilvusClient 2025-09-10 15:40:34 +02:00
test_pgvector.py feat: implement keyword, vector and hybrid search inside vector stores for PGVector provider (#3064) 2025-08-29 16:30:12 +02:00