Hello, Opensearch Community
I cannot understand “model_state”: “PARTIALLY_DEPLOYED”
My opensearch version is 2.10.0 / tar install at Linux .
And My opensearch is standalone, because it is test opensearch.
I connect with OpenAI, make model_groups and models and deploy it.
There is 2 Questions.
What is PARTIALLY_DEPLOYED in “model_state” ?
“”"
<…>
“_source”: {
“last_deployed_time”: 1700641444886,
“model_version”: “2”,
“created_time”: 1700641139365,
“deploy_to_all_nodes”: true,
“description”: “test OpenAI gpt-3.5-turbo-16k model 20231122”,
“model_state”: “PARTIALLY_DEPLOYED”,
<…>
“”"
2. When I POST /plugins/ml/models/<model_id>/_predict {params, messages… etc.} command,
I response this… How can I solve it? Thx in advance.
“”"
{
“error”: {
“root_cause”: [
{
“type”: “illegal_argument_exception”,
“reason”: “Invalid JSON in payload”
}
],
“type”: “illegal_argument_exception”,
“reason”: “Invalid JSON in payload”
},
“status”: 400
}
“”"
Help me, plz!