llama-stack-mirror/llama_stack/providers
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
..
inline chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
registry chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
remote fix: pull ollama embedding model if necessary (#1209) 2025-02-21 10:35:56 -08:00
tests chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
utils feat(api): Add options for supporting various embedding models (#1192) 2025-02-20 22:27:12 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00