Add a span annotation for automatically generated chunks.
Uses the [text-splitter](https://crates.io/crates/text-splitter) crate which
uses sentence markers and the given maximum number of characters per chunk
to segment the text into chunks.
Maximum chunk length.
Annotation key used to annotate chunks with a value.
Used annotation value.
Optional segmentation name.