llama-stack-mirror/tests/unit/providers/vector_io
Derek Higgins 5785ddd6a6 test: Add faiss provider to openai_vector_stores test suite
- Add faiss vector_io provider to openai vector store test fixtures
- Fix FaissVectorIOAdapter to maintain in-memory cache consistency
- Update test mocks to work with faiss provider's cache structure
- Add missing assertions in vector store file deletion tests

Enables the faiss provider to be tested alongside milvus and
sqlite_vec providers in the OpenAI vector store test suite.

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-07-11 14:49:29 +01:00
..
conftest.py test: Add faiss provider to openai_vector_stores test suite 2025-07-11 14:49:29 +01:00
test_chunk_utils.py chore: Updating chunk id generation to ensure uniqueness (#2618) 2025-07-04 10:26:35 +05:30
test_faiss.py feat: To add health check for faiss inline vector_io provider (#2319) 2025-06-18 17:56:25 +02:00
test_qdrant.py feat: Add ChunkMetadata to Chunk (#2497) 2025-06-25 15:55:23 -04:00
test_sqlite_vec.py chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
test_vector_io_openai_vector_stores.py test: Add faiss provider to openai_vector_stores test suite 2025-07-11 14:49:29 +01:00