Skip to content

Commit f9db76a

Browse files
committed
Standalone components
1 parent 89c2683 commit f9db76a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

community/development-guide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,15 @@ The process to replace a running component with a local run service is thus:
165165
in docker compose
166166
7. Check it starts, check the log for errors
167167

168-
You can find out what command-lineq
168+
You can find out what command-line form is along with any command-line
169+
arguments are by looking in the `docker-compose.yaml` file. You can also
170+
use `--help` with processors. The Pulsar address is specified, but it's set
171+
to the default so you can skip that if you want.
172+
e.g. for the recursive chunker.
169173

170-
FIXME: Finish this
174+
```
175+
chunker-recursive - --chunk-size 2000 --chunk-overlap 100 --log-level DEBUG
176+
```
171177

172178
### Enough environment to run pytest
173179

0 commit comments

Comments
 (0)