Skip to content

Commit 17dddf0

Browse files
Update explore-analyze/elastic-inference/inference-api.md
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent 0067984 commit 17dddf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/elastic-inference/inference-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ stack: ga 9.1
164164
The `recursive` strategy splits the input text based on a configurable list of separator patterns, such as paragraph boundaries or Markdown structural elements like headings and horizontal rules. The chunker applies these separators in order, recursively splitting any chunk that exceeds the `max_chunk_size` word limit. If no separator produces a small enough chunk, the strategy falls back to [sentence-level splitting](#sentence).
165165

166166
You can configure the `recursive` strategy using either:
167-
- [Predefined separator groups](#separator-groups): [`plaintext`](#plaintext) or [`markdown`](#markdown)
167+
- [Predefined separator groups](#separator-groups): [`Plaintext`](#plaintext) or [`markdown`](#markdown)
168168
- [Custom separators](#custom-separators): Define your own regular expression patterns
169169

170170
##### Predefined separator groups [separator-groups]

0 commit comments

Comments
 (0)