llama-stack-mirror/tests/unit/providers
Mustafa Elbehery 1db4800c9c 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-11-12 23:06:17 +01:00
..
batches feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
files feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
inference feat: add OpenAI-compatible Bedrock provider (#3748) 2025-11-06 17:18:18 -08:00
inline refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
nvidia refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
utils refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
vector_io feat(client): migrate MilvusClient to AsyncMilvusClient 2025-11-12 23:06:17 +01:00
test_bedrock.py feat: add OpenAI-compatible Bedrock provider (#3748) 2025-11-06 17:18:18 -08:00
test_configs.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00