Commit graph

18 commits

Author SHA1 Message Date
Lisa Cawley
86d568ff26
[DOCS] More links to new API site (#119377) (#119417)
(cherry picked from commit ba8beecdb0)
2024-12-31 20:19:47 +00:00
Max Hniebergall
02483faccc
[Inference API] Update get-inference docs to use elasticsearch service (#119238) (#119354)
* update get-inference docs to use elasticsearch service

* fix indentation
2024-12-31 02:39:07 +11:00
István Zoltán Szabó
8c25871a43
[DOCS] Removes experimental tag from Inference API pages (#113857) (#115204) 2024-10-21 22:18:54 +11:00
István Zoltán Szabó
38794d264c
[DOCS] Documents watsonx service of the Inference API (#115088) (#115183)
Co-authored-by: Saikat Sarkar <132922331+saikatsarkar056@users.noreply.github.com>
2024-10-21 19:04:29 +11:00
David Kyle
1b6d44b55d
[DOCS] Fix typo: though -> through (#110636) 2024-07-09 07:30:42 -07:00
Tim Grein
390439ad9f
[Inference API] Add Google Vertex AI text embeddings docs (#110317) 2024-07-02 14:47:14 +02:00
Tim Grein
35eae4029a
Fix typo in get-inference docs (retrives -> retrieves) (#110320) 2024-07-01 10:13:48 +02:00
Tim Grein
6d864154ca
[Inference API] Add Google AI Studio completion docs (#109089) 2024-05-28 15:21:33 +02:00
Tim Grein
34293131b8
[Inference API] Add Azure OpenAI completion docs (#108704) 2024-05-16 13:22:01 +02:00
David Kyle
f8fe610966
[ML] Add GET _inference for all inference endpoints (#107517) 2024-04-16 17:15:59 +01:00
István Zoltán Szabó
29a3256a7d
[DOCS] Makes Inference APIs main page more informative. (#107100) 2024-04-04 15:42:03 +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
István Zoltán Szabó
f8922080d4
[DOCS] Adds technical preview note to inference APIs. (#101703) 2023-11-02 13:02:29 +01:00
David Kyle
f52d5fab7c
[ML] Rename the ELSER service (#100944) 2023-10-17 09:58:38 +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