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 89c2683 commit f9db76aCopy full SHA for f9db76a
community/development-guide.md
@@ -165,9 +165,15 @@ The process to replace a running component with a local run service is thus:
165
in docker compose
166
7. Check it starts, check the log for errors
167
168
-You can find out what command-lineq
+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.
173
-FIXME: Finish this
174
+```
175
+chunker-recursive - --chunk-size 2000 --chunk-overlap 100 --log-level DEBUG
176
177
178
### Enough environment to run pytest
179
0 commit comments