llama-stack-mirror/llama_stack/distributions/starter
Sébastien Han 046d85fa79
feat: ability to use postgres as store for starter distro
The starter distribution now comes with all the required packages to
support persistent stores—like the agent store, metadata, and
inference—using PostgreSQL.  We’ve added a new run YAML file,
run-with-postgres-store.yaml, to make this setup easy. The file is
included in the container image, so users can simply override the
entrypoint to use the Postgres-specific config.  The documentation has
been updated with instructions on how to do that.

Closes: #2619
Signed-off-by: Sébastien Han <seb@redhat.com>
2025-09-16 15:37:26 +02:00
..
__init__.py chore: rename templates to distributions (#3035) 2025-08-04 11:34:17 -07:00
build.yaml feat: ability to use postgres as store for starter distro 2025-09-16 15:37:26 +02:00
run-with-postgres-store.yaml feat: ability to use postgres as store for starter distro 2025-09-16 15:37:26 +02:00
run.yaml feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
starter.py feat: ability to use postgres as store for starter distro 2025-09-16 15:37:26 +02:00