fix db path

This commit is contained in:
Xi Yan 2024-10-06 11:45:35 -07:00
parent 7abab7604b
commit cfe3ad33b3
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ api_providers:
persistence_store:
namespace: null
type: sqlite
db_path: /home/xiyan/.llama/runtime/kvstore.db
db_path: ~/.llama/runtime/kvstore.db
memory:
providers:
- meta-reference