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
Expected result: inference endpoint is created, Elasticsearch client returns an ObjectApiResponse object without raising an error.
Actual/observed result: inference endpoint is created, Elasticsearch client raises elasticsearch.BadRequestError: BadRequestError(400, 'resource_already_exists_exception', 'Inference endpoint [my_model] already exists') I've triple-checked that the resource does not exist before the script is run.
The text was updated successfully, but these errors were encountered:
Elasticsearch version: 8.16.1
Python Client version: 8.16.0
Python version: 3.12
Sample Code:
Expected result: inference endpoint is created, Elasticsearch client returns an ObjectApiResponse object without raising an error.
Actual/observed result: inference endpoint is created, Elasticsearch client raises
elasticsearch.BadRequestError: BadRequestError(400, 'resource_already_exists_exception', 'Inference endpoint [my_model] already exists')
I've triple-checked that the resource does not exist before the script is run.The text was updated successfully, but these errors were encountered: