llama-stack-mirror/llama_stack/templates/bedrock/build.yaml
Josh Salomon 73b63ea318 Add remote::postgresql to build files
Add remote::postgresql to distributions with
datasetio providers

Signed-off-by: Josh Salomon <jsalomon@redhat.com>
2025-04-14 14:23:01 +03:00

33 lines
747 B
YAML

version: '2'
distribution_spec:
description: Use AWS Bedrock for running LLM inference and safety
providers:
inference:
- remote::bedrock
vector_io:
- inline::faiss
- remote::chromadb
- remote::pgvector
safety:
- remote::bedrock
agents:
- inline::meta-reference
telemetry:
- inline::meta-reference
eval:
- inline::meta-reference
datasetio:
- remote::huggingface
- inline::localfs
- remote::postgresql
scoring:
- inline::basic
- inline::llm-as-judge
- inline::braintrust
tool_runtime:
- remote::brave-search
- remote::tavily-search
- inline::code-interpreter
- inline::rag-runtime
- remote::model-context-protocol
image_type: conda