llama-stack-mirror/llama_stack/templates/postgres-demo/build.yaml
Eric Huang 460c67be62 kvstore
# What does this PR do?


## Test Plan
2025-06-05 13:24:45 -07:00

25 lines
596 B
YAML

version: '2'
distribution_spec:
description: Quick start template for running Llama Stack with several popular providers
providers:
inference:
- remote::vllm
- inline::sentence-transformers
vector_io:
- remote::chromadb
safety:
- inline::llama-guard
agents:
- inline::meta-reference
telemetry:
- inline::meta-reference
tool_runtime:
- remote::brave-search
- remote::tavily-search
- inline::rag-runtime
- remote::model-context-protocol
image_type: conda
additional_pip_packages:
- asyncpg
- psycopg2-binary
- sqlalchemy[asyncio]