elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.69k stars 24.39k forks source link

[Inference API] Add pagination and sorting options to GET _inference #109080

Open maxhniebergall opened 1 month ago

maxhniebergall commented 1 month ago

Description

The kibana team has requested that we add pagination and sorting options to theGET _inference/_all API to efficiently handle these operations in the backend. Currently, they have added these functions into the front end, but ideally the backend should handle these, in case there are many inference endpoints.

elasticsearchmachine commented 1 month ago

Pinging @elastic/ml-core (Team:ML)