llama-stack-mirror/docs/docs/providers/datasetio/inline_localfs.mdx
2025-11-17 15:50:34 +00:00

25 lines
600 B
Text

---
description: "Local filesystem-based dataset I/O provider for reading and writing datasets to local storage."
sidebar_label: Localfs
title: inline::localfs
---
# 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` | `llama_stack.core.storage.datatypes.KVStoreReference` | No | | |
## Sample Configuration
```yaml
kvstore:
namespace: datasetio::localfs
backend: kv_default
```