import new third party models into elastic

Hello, is there a solution for this problem?
I wanted to load a model into Elastic, (it's a clustering model: hdbscan), but I've encountered an error:

NotImplementedError: Importing ML models of type <class 'hdbscan.hdbscan_.HDBSCAN'>, not currently implemented

Hi @Imen_Bakir Welcome to the community.

I would suggest starting here

And specifically here ... this is how you load a model from say HuggingFace into Elastic.

As a note this does require Machine Learning capabilities in Elasticsearch, you can activate a Trial License if need be.