Skip to content

Commit 86f62fe

Browse files
committed
Updated field names
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
1 parent 5710bf6 commit 86f62fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/getting-started/5-output-rails/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ You can enable streaming to provide asynchronous responses and reduce the time t
172172
1. Modify the `rails` field in the `config.yml` file and add the `streaming` field to enable streaming:
173173

174174
```{code-block} yaml
175-
:emphasize-lines: 9,10,12
175+
:emphasize-lines: 9-11,13
176176
177177
rails:
178178
input:
@@ -183,7 +183,8 @@ You can enable streaming to provide asynchronous responses and reduce the time t
183183
flows:
184184
- self check output
185185
streaming:
186-
window_size: 200
186+
chunk_size: 200
187+
context_size: 50
187188
188189
streaming: True
189190
```

0 commit comments

Comments
 (0)