template update

This commit is contained in:
Xi Yan 2025-01-16 15:09:20 -08:00
parent f1faa9c924
commit ac3a65d261
37 changed files with 14 additions and 39 deletions

View file

@ -1,6 +1,5 @@
version: '2'
image_name: cerebras
conda_env: cerebras
apis:
- agents
- datasetio
@ -26,13 +25,19 @@ providers:
provider_type: inline::llama-guard
config: {}
memory:
- provider_id: meta-reference
provider_type: inline::meta-reference
- provider_id: faiss
provider_type: inline::faiss
config:
kvstore:
type: sqlite
namespace: null
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/cerebras}/faiss_store.db
- provider_id: chromadb
provider_type: remote::chromadb
config: {}
- provider_id: pgvector
provider_type: remote::pgvector
config: {}
agents:
- provider_id: meta-reference
provider_type: inline::meta-reference