-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
enhancementNew feature or requestNew feature or requesttopic:NLPIssue or PR about NLP model support and eland_import_hub_modelIssue or PR about NLP model support and eland_import_hub_model
Description
In Elasticsearch version 7.8.0, a new required field is added to trained_model_config objects. elastic/elasticsearch#54421
When Eland starts integrating against 7.8.0, it will need to include the appropriate inference config in the model payload.
eland/eland/ml/imported_ml_model.py
Line 168 in 29af761
| "compressed_definition": serialized_model, |
It should be added here. It might be as simple as adding the line:
"inference_config": {self._model_type: {}},
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttopic:NLPIssue or PR about NLP model support and eland_import_hub_modelIssue or PR about NLP model support and eland_import_hub_model