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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@ COMPLETION [column =] prompt WITH inference_id
32
32
33
33
The `COMPLETION` command uses a machine learning model to generate text completions based on the provided prompt.
34
34
35
-
The command works with any LLM deployed to the [Elasticsearch inference API](/https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put) and can be chained with other ES|QL commands for further processing.
35
+
The command works with any LLM deployed to
36
+
the [Elasticsearch inference API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put)
37
+
and can be chained with other ES|QL commands for further processing.
0 commit comments