llama-stack-mirror/docs/source
Charlie Doern 41431d8bdd refactor: convert providers to be installed via package
currently providers have a `pip_package` list. Rather than make our own form of python dependency management, we should use `pyproject.toml` files in each provider declaring the dependencies in a more trackable manner.
Each provider can then be installed using the already in place `module` field in the ProviderSpec, pointing to the directory the provider lives in
we can then simply `uv pip install` this directory as opposed to installing the dependencies one by one

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-09-22 09:23:50 -04:00
..
advanced_apis chore: remove absolute paths (#3263) 2025-08-27 12:04:25 -07:00
apis feat: introduce api leveling proposal (#3317) 2025-09-16 18:18:36 +02:00
building_applications chore: Updating documentation, adding exception handling for Vector Stores in RAG Tool, more tests on migration, and migrate off of inference_api for context_retriever for RAG (#3367) 2025-09-11 14:20:11 +02:00
concepts chore: remove absolute paths (#3263) 2025-08-27 12:04:25 -07:00
contributing chore: move benchmarking related code (#3406) 2025-09-10 13:19:44 -07:00
deploying chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
distributions fix: add missing files provider to NVIDIA distribution (#3479) 2025-09-18 13:49:46 +02:00
getting_started docs: Fix incorrect vector_db_id usage in RAG tutorial (#3444) 2025-09-19 11:41:26 -04:00
providers refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
references fix: Remove bfcl scoring function as not supported (#3281) 2025-08-29 11:03:52 -07:00
conf.py docs: horizontal nav bar (#3407) 2025-09-10 12:43:36 -07:00
index.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00