forked from phoenix-oss/llama-stack-mirror
add responses_store
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 3m52s
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 3m52s
This commit is contained in:
parent
a0dccaa831
commit
95986e432c
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ providers:
|
||||||
type: sqlite
|
type: sqlite
|
||||||
namespace: null
|
namespace: null
|
||||||
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/kvant}/faiss_store.db
|
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/kvant}/faiss_store.db
|
||||||
|
responses_store:
|
||||||
|
type: sqlite
|
||||||
|
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/bedrock}/responses_store.db
|
||||||
safety:
|
safety:
|
||||||
- provider_id: llama-guard
|
- provider_id: llama-guard
|
||||||
provider_type: inline::llama-guard
|
provider_type: inline::llama-guard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue