mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
621 B
621 B
orphan |
---|
true |
inline::localfs
Description
Local filesystem-based dataset I/O provider for reading and writing datasets to local storage.
Configuration
Field | Type | Required | Default | Description |
---|---|---|---|---|
kvstore |
utils.kvstore.config.RedisKVStoreConfig | utils.kvstore.config.SqliteKVStoreConfig | utils.kvstore.config.PostgresKVStoreConfig | utils.kvstore.config.MongoDBKVStoreConfig |
No | sqlite |
Sample Configuration
kvstore:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/dummy}/localfs_datasetio.db