Skip to content

Commit 3c0c472

Browse files
committed
Adds new chunking strategies
1 parent aa84744 commit 3c0c472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/inference/_types/Services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export class InferenceChunkingSettings {
288288
*/
289289
sentence_overlap?: integer
290290
/**
291-
* The chunking strategy: `sentence` or `word`.
291+
* The chunking strategy: `sentence`, `word`, `none` or `recursive`. Learn more about [chunking strategies](https://www.elastic.co/docs/explore-analyze/elastic-inference/inference-api#chunking-strategies).
292292
* @server_default sentence
293293
*/
294294
strategy?: string

0 commit comments

Comments
 (0)