We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926f5b2 commit 7f92230Copy full SHA for 7f92230
docs/configuration.md
@@ -146,7 +146,7 @@ Configures the LRU-based prefix token store.
146
| Field | Type | Description | Default |
147
|-------|------|-------------|---------|
148
| `cacheSize` | `integer` | Maximum number of blocks the LRU cache can store | `500000` |
149
-| `blockSize` | `integer` | Number of tokens per block in the prefix cache | `256` |
+| `blockSize` | `integer` | Number of **characters** per block in the tokenization prefix-cache | `256` |
150
151
## Tokenization Configuration
152
0 commit comments