mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 18:58:03 +00:00
fix: store configs
# What does this PR do? ## Test Plan
This commit is contained in:
parent
5b07755556
commit
36fa43bde1
47 changed files with 110 additions and 223 deletions
|
|
@ -23,7 +23,6 @@ providers:
|
|||
config:
|
||||
kvstore:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/sambanova}/faiss_store.db
|
||||
- provider_id: ${env.ENABLE_CHROMADB:+chromadb}
|
||||
provider_type: remote::chromadb
|
||||
|
|
@ -49,7 +48,6 @@ providers:
|
|||
config:
|
||||
persistence_store:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/sambanova}/agents_store.db
|
||||
responses_store:
|
||||
type: sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue