inline::sqlite_vec
Description
Please refer to the sqlite-vec provider documentation.
Configuration
Field |
Type |
Required |
Default |
Description |
---|---|---|---|---|
|
|
No |
PydanticUndefined |
Path to the SQLite database file |
|
|
No |
sqlite |
Config for KV store backend (SQLite only for now) |
Sample Configuration
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/dummy}/sqlite_vec.db
kvstore:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/dummy}/sqlite_vec_registry.db
Deprecation Notice
⚠️ Warning: Please use the inline::sqlite-vec
provider (notice the hyphen instead of underscore) instead.