Commit graph

12 commits

Author SHA1 Message Date
István Zoltán Szabó
2e847e8817
[DOCS] Documents the rerank task type of the Inference API (#107404)
* [DOCS] Documents the rerank task type of the Inference API.
2024-04-16 09:39:36 +02:00
István Zoltán Szabó
b9322da325
[DOCS] Fixes section levels in POST inference API docs. (#107451) 2024-04-15 10:31:09 +02:00
Jonathan Buttner
c9e84558b7
[ML] Adding a timeout parameter to the inference API (#107242)
* Plumbing timeout through the request

* Passing timeout through external services

* Update docs/changelog/107242.yaml

* Fixing tests and adjusting docs

* Correcting timeout field name

* Reporting error message for elser

* Removing unused code
2024-04-10 12:29:40 -04:00
István Zoltán Szabó
29a3256a7d
[DOCS] Makes Inference APIs main page more informative. (#107100) 2024-04-04 15:42:03 +02:00
Tim Grein
e56dcee078
[Inference API] Add completion task type docs (#106876) 2024-04-02 13:34:46 +02:00
István Zoltán Szabó
a3d96b9333
[DOCS] Changes model_id path param to inference_id (#106719) 2024-03-26 08:20:34 +01:00
David Kyle
2087b65523
[ML] Create inference_user and inference_admin roles (#106371)
Defines new inference_user and inference_admin roles with the 
related cluster privileges manage_inference and monitor_inference.
inference_user can list the models and preform inference, 
inference_admin can do the same plus create and delete models
2024-03-20 11:15:21 +00:00
David Kyle
5f325187cb
[ML] Make task_type optional (#104483)
Makes the task_type element of the _inference API optional so that 
it is possible to GET, DELETE or POST to an inference entity without
providing the task type
2024-02-06 16:15:24 +00:00
István Zoltán Szabó
e93892c0fd
[DOCS] Expands inference API docs (#104047)
Co-authored-by: David Kyle <david.kyle@elastic.co>
2024-01-09 15:46:46 +01:00
David Kyle
6298b36562
Accept a single or multiple inputs to _inference (#102075)
Enhances the _inference API to take either a single input 
or multiple inputs.
2023-11-15 14:43:57 +00:00
István Zoltán Szabó
f8922080d4
[DOCS] Adds technical preview note to inference APIs. (#101703) 2023-11-02 13:02:29 +01:00
István Zoltán Szabó
c2072fc4d3
[DOCS] Adds reference documentation for inference API (#99658)
* [DOCS] Creates documentation structure.

* [DOCS] Adds PUT inference API docs and part of GET inference API docs.

* [DOCS] Fixes complaining CI.

* [DOCS] Adds GET and DELETE API docs for inference API.

* [DOCS] Adds POST inference API docs.

* Apply suggestions from code review
2023-09-29 10:12:07 +02:00