the ML libraries should use body
keyword arg instead of payload
for the JSON document to mirror the other OpenSearch APIs
#397
Labels
bug
Something isn't working
the ML python libraries use
payload
as they keyword argument for the of the HTTP request. This diverges from the main OpenSearech APIs, which the keywordbody
, eg, Ingest:for example:
should be:
to conform
opensearch-py-ml/opensearch_py_ml/ml_commons/model_connector.py
Line 17 in ec7e023
The text was updated successfully, but these errors were encountered: