-
Notifications
You must be signed in to change notification settings - Fork 111
Open
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 the context of integration tests and generally in cluster setup automation, the eland_import_hub_model
CLI is a great tool to get HuggingFace models deployed in Elasticsearch. There is no a comparable tool for built-in models (most notably ELSER and E5). Users have to do this themselves using with 4 different API calls and a wait condition (example). Adding a CLI tool eland_deploy_builtin_model
that works in a similar way (e.g. --model-id .elser_model_v2 --url http://elasticsearch:9200 --start
) would reduce the room for error, reduce friction when using built-in models and in turn increase their adoption.
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