[NLP] Add model compatibility check mode to eland_import_hub_model.py #599
Labels
enhancement
New feature or request
topic:NLP
Issue or PR about NLP model support and eland_import_hub_model
The best way to check if a model is compatible with Elasticsearch is to run the
eland_import_hub_model.py
script but this requires the user to configure the Elasticsearch connection settings and possibly even spin up an Elasticsearch cluster in order to get past the connection test.Add a command option to the script that will download the model and check it is compatible with Elastic without uploading the model to Elasticsearch. This is a convenience to quickly check if a model is compatible with minimal configuration.
Invoking the script might look like:
The text was updated successfully, but these errors were encountered: