some fixes and refactoring

This commit is contained in:
Vladislav 2024-12-03 18:13:51 +01:00
parent a4a7a90e42
commit 4f050be67e
2 changed files with 3 additions and 2 deletions

View file

@ -15,4 +15,4 @@ from llama_stack.providers.utils.kvstore.config import (
class LocalFSDatasetIOConfig(BaseModel):
kvstore: KVStoreConfig = SqliteKVStoreConfig(
db_path=(RUNTIME_BASE_DIR / "localfs_datasetio.db").as_posix()
) # Uses SQLite config specific to HF storage
) # Uses SQLite config specific to localfs storage