llama-stack/llama_stack/providers/inline/inference/sentence_transformers
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
..
__init__.py Make embedding generation go through inference (#606) 2024-12-12 11:47:50 -08:00
config.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
sentence_transformers.py chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00