llama-stack-mirror/llama_stack/templates/ollama/build.yaml
Raghotham Murthy c99b62b76a remove rag
2025-05-28 22:24:27 -07:00

29 lines
645 B
YAML

version: '2'
distribution_spec:
description: Use (an external) Ollama server for running LLM inference
providers:
inference:
- remote::ollama
vector_io:
- remote::chromadb
safety:
- inline::llama-guard
agents:
- inline::meta-reference
telemetry:
- inline::meta-reference
eval:
- inline::meta-reference
datasetio:
- inline::localfs
scoring:
- inline::llm-as-judge
tool_runtime:
- remote::brave-search
- remote::tavily-search
- remote::model-context-protocol
- remote::wolfram-alpha
image_type: conda
additional_pip_packages:
- sqlalchemy[asyncio]
- blobfile