inline::reference
Description​
Reference implementation of batches API with KVStore persistence.
Configuration​
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
kvstore | <class 'llama_stack.core.storage.datatypes.KVStoreReference'> | No | Configuration for the key-value store backend. | |
max_concurrent_batches | <class 'int'> | No | 1 | Maximum number of concurrent batches to process simultaneously. |
max_concurrent_requests_per_batch | <class 'int'> | No | 10 | Maximum number of concurrent requests to process per batch. |
Sample Configuration​
kvstore:
namespace: batches
backend: kv_default