llama-stack-mirror/tests/unit/providers/vector_io
Mustafa Elbehery a6eed99790 fix(unittest): add required chunk_id field to Milvus test mock data
The Chunk Pydantic model requires chunk_id as a mandatory field, but the
  mock data in test_milvus.py was missing this field in chunk_content objects,
  causing 6 test failures with ValidationError.

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-11-12 23:06:17 +01:00
..
remote fix(unittest): add required chunk_id field to Milvus test mock data 2025-11-12 23:06:17 +01:00
conftest.py fix(unittest): add pymilvus and milvus-lite to unit dep group 2025-11-12 23:06:17 +01:00
test_faiss.py fix!: remove chunk_id property from Chunk class (#3954) 2025-10-29 18:59:59 -07:00
test_sqlite_vec.py fix!: remove chunk_id property from Chunk class (#3954) 2025-10-29 18:59:59 -07:00
test_vector_io_openai_vector_stores.py feat(client): migrate MilvusClient to AsyncMilvusClient 2025-11-12 23:06:17 +01:00
test_vector_utils.py fix!: remove chunk_id property from Chunk class (#3954) 2025-10-29 18:59:59 -07:00