llama-stack-mirror/tests/unit/providers/vector_io
Ashwin Bharambe 58fcaa445e fix: update VectorIORouter to get provider before calling openai_* methods
VectorDBsRoutingTable was removed in a165b8b5, so VectorIORouter needs to get the provider directly using routing_table.get_provider_impl() before calling provider methods, consistent with how insert_chunks() already works.
2025-10-11 17:52:34 -07:00
..
conftest.py fix(tests): remove chroma and qdrant from vector io unit tests (#3759) 2025-10-09 14:36:34 -07:00
test_faiss.py chore(api): remove deprecated embeddings impls (#3301) 2025-09-29 14:45:09 -04:00
test_sqlite_vec.py fix: SQLiteVecIndex.create(..., bank_id="test_bank.123") - bank_id with a dot - leads to sqlite3.OperationalError (#2770) (#2771) 2025-07-16 08:25:44 -07:00
test_vector_io_openai_vector_stores.py fix: update VectorIORouter to get provider before calling openai_* methods 2025-10-11 17:52:34 -07:00
test_vector_utils.py feat: migrate to FIPS-validated cryptographic algorithms (#3423) 2025-09-12 11:18:19 +02:00