Skip to content

Commit e449e54

Browse files
kosabogiszabosteve
andauthored
Update explore-analyze/elastic-inference/inference-api.md
Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent f60dd37 commit e449e54

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
@@ -220,7 +220,7 @@ stack: ga 9.1`
220220

221221
The `none` strategy disables chunking and processes the entire input text as a single block, without any splitting or overlap. When using this strategy, you can instead [pre-chunk](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#auto-text-chunking) the input by providing an array of strings, where each element acts as a separate chunk to be sent directly to the inference service without further chunking.
222222

223-
The following example creates an {{infer}} endpoint with the `elasticsearch` service that deploys the `ELSER` model and disables chunking by setting the strategy to `none`.
223+
The following example creates an {{infer}} endpoint with the `elasticsearch` service that deploys the ELSER model and disables chunking by setting the strategy to `none`.
224224

225225
```console
226226
PUT _inference/sparse_embedding/none_chunking

0 commit comments

Comments
 (0)