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
In a normal search request there is an option to filter the returned fields using:
"_source": {
"includes": [
"field1",
"field2"
]
}
For a tool I would like to get a list of available models, but I do not need the complete response. I would like to obtain the name and model.type. It would be very interesting if we could do something like this.
In a normal search request there is an option to filter the returned fields using:
For a tool I would like to get a list of available models, but I do not need the complete response. I would like to obtain the name and model.type. It would be very interesting if we could do something like this.
As mentioned by @nomoa on slack, there is an alternative:
However, with this you have to know the index. Would be nice if we could use the existing endpoint for models.
The text was updated successfully, but these errors were encountered: