llama-stack-mirror/tests/unit/providers/vector_io
Young Han efe9c04849 Merge upstream/main into add-mongodb-vector_io
Resolved conflicts:
- Integrated MongoDB provider with newly added Qdrant and Weaviate providers
- Updated distribution configs to include all three providers
- Merged build.yaml and run.yaml configs for ci-tests, starter, and starter-gpu distributions
- Updated starter.py to include MongoDB, Qdrant, and Weaviate provider initialization
- Added MongoDB provider files to src/ directory structure
- Updated MongoDB provider to use new VectorStore API (was VectorDB)
- Updated MongoDB config to use KVStoreReference instead of KVStoreConfig
- Applied auto-formatting changes from pre-commit hooks
2025-10-28 16:11:03 -07:00
..
__init__.py fix: add missing __init__.py files for vector_io test directories 2025-10-10 09:55:34 -07:00
conftest.py chore(cleanup)!: kill vector_db references as far as possible (#3864) 2025-10-20 20:06:16 -07:00
test_faiss.py chore(cleanup)!: kill vector_db references as far as possible (#3864) 2025-10-20 20:06:16 -07: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: remove consistency checks (#3881) 2025-10-21 14:40:14 -07:00
test_vector_utils.py feat: migrate to FIPS-validated cryptographic algorithms (#3423) 2025-09-12 11:18:19 +02:00