You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/query-languages/esql/_snippets/commands/layout/completion.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To use this command, you must deploy your LLM model in Elasticsearch as
49
49
an [inference endpoint](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put) with the
50
50
task type `completion`.
51
51
52
-
**Timeouts**
52
+
**Handling timeouts**
53
53
54
54
`COMPLETION` commands may time out when processing large datasets or complex prompts. To increase timeout limits for these operations, the configuration methods vary by deployment type:
55
55
@@ -75,7 +75,7 @@ Requires a manual override from Elastic Support as users cannot modify timeout s
75
75
76
76
* Reduce data volume with `LIMIT` or more selective filters before the `COMPLETION` command
77
77
* Split complex operations into multiple simpler queries
78
-
* Configure your HTTP client's response timeout (Refer to [HTTP client configuration](/configuration-reference/networking-settings.md#_http_client_configuration)
78
+
* Configure your HTTP client's response timeout (Refer to [HTTP client configuration](/reference/configuration-reference/networking-settings.md#_http_client_configuration)
0 commit comments