Skip to content

Commit 9a78ff3

Browse files
committed
Copy warning fix
1 parent 18beaef commit 9a78ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To completely disable chunking, use the `none` chunking strategy.
144144
or `1`. Required for `sentence` type chunking settings
145145

146146
::::{warning}
147-
If the input exceeds the maximum token limit of the underlying model, some
147+
When using the `none` chunking strategy, if the input exceeds the maximum token limit of the underlying model, some
148148
services (such as OpenAI) may return an
149149
error. In contrast, the `elastic` and `elasticsearch` services will
150150
automatically truncate the input to fit within the

0 commit comments

Comments
 (0)