llama-stack-mirror/llama_stack/cli/stack
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 API Updates (#73) 2024-09-17 19:51:35 -07:00
_build.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
build.py chore: remove --no-list-templates option (#1121) 2025-02-18 10:13:46 -08:00
list_apis.py API Updates (#73) 2024-09-17 19:51:35 -07:00
list_providers.py feat: support listing all for llama stack list-providers (#1056) 2025-02-12 22:03:28 -08:00
run.py chore: move embedding deps to RAG tool where they are needed (#1210) 2025-02-21 11:33:41 -08:00
stack.py chore: remove configure subcommand (#1202) 2025-02-21 08:06:25 -08:00