llama-stack/llama_stack/providers/tests/vector_io
Ashwin Bharambe 992f865b2e
chore: move embedding deps to RAG tool where they are needed (#1210)
`EMBEDDING_DEPS` were wrongly associated with `vector_io` providers.
They are needed by
https://github.com/meta-llama/llama-stack/blob/main/llama_stack/providers/utils/memory/vector_store.py#L142
and related code and is used by the RAG tool and as such should only be
needed by the `inline::rag-runtime` provider.
2025-02-21 11:33:41 -08:00
..
fixtures [memory refactor][2/n] Update faiss and make it pass tests (#830) 2025-01-22 10:02:15 -08:00
__init__.py [memory refactor][2/n] Update faiss and make it pass tests (#830) 2025-01-22 10:02:15 -08:00
conftest.py test: Add qdrant to provider tests (#1039) 2025-02-13 15:44:55 -08:00
fixtures.py chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
test_sqlite_vec.py feat: Chunk sqlite-vec writes (#1094) 2025-02-19 19:07:46 -08:00
test_vector_io.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
test_vector_store.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00