Skip to content

Commit b1ed423

Browse files
committed
[DOCS] Adds EIS reference docs.
1 parent f3b2caa commit b1ed423

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/reference/inference/elastic-infer-service.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,19 @@ include::inference-shared.asciidoc[tag=service-settings]
7979
These settings are specific to the `elser` service.
8080
--
8181

82-
8382
`model_id`:::
8483
(Required, string)
8584
The name of the model to use for the {infer} task.
8685

86+
`rate_limit`:::
87+
(Optional, object)
88+
By default, the `elastic` service sets the number of requests allowed per minute to `1000`.
89+
This helps to minimize the number of rate limit errors returned.
90+
To modify this, set the `requests_per_minute` setting of this object in your service settings:
91+
+
92+
--
93+
include::inference-shared.asciidoc[tag=request-per-minute-example]
94+
--
8795

8896
`task_settings`::
8997
(Optional, object)

0 commit comments

Comments
 (0)