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
inference.stream_inference renamed to inference.stream_completion - Perform streaming completion inference.
inference.text_embedding - Perform text embedding inference
Updated APIs:
bulk, create, index, update - Add Boolean parameter :include_source_on_error, if to include the document source in the error message in case of parsing errors (defaults to true).
cat.segments
Adds Boolean parameter :local, return local information, do not retrieve the state from master node (default: false).
Adds Time parameter :master_timeout, explicit operation timeout for connection to master node.
cat.tasks
Adds Time parameter :timeout, period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Adds Boolean parameter :wait_for_completion, if true, the request blocks until the task has completed.
eql.search
Adds Boolean parameter :allow_partial_search_results, control whether the query should keep running in case of shard failures, and return partial results.
Adds Boolean parameter :allow_partial_sequence_results, control whether a sequence query should return partial results or no results at all in case of shard failures. This option has effect only if [allow_partial_search_results] is true.