version: '2' built_at: 2024-11-17 15:19:07.395495 image_name: ollama docker_image: llamastack/distribution-ollama:test-0.0.52rc3 conda_env: null apis: - telemetry - agents - memory - inference - safety providers: inference: - provider_id: ollama provider_type: remote::ollama config: port: ${env.OLLAMA_PORT} memory: - provider_id: faiss provider_type: inline::faiss config: kvstore: type: sqlite namespace: null db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/ollama}/faiss_store.db safety: - provider_id: llama-guard provider_type: inline::llama-guard config: {} agents: - provider_id: meta-reference provider_type: inline::meta-reference config: persistence_store: type: sqlite namespace: null db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/ollama}/agents_store.db telemetry: - provider_id: meta-reference provider_type: inline::meta-reference config: {} metadata_store: namespace: null type: sqlite db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/ollama}/registry.db models: - metadata: {} model_id: ${env.INFERENCE_MODEL} provider_id: ollama-inference provider_model_id: null shields: [] memory_banks: [] datasets: [] scoring_fns: [] eval_tasks: []