Document classification in opensearch using Machine Learning

My objective is to index documents into OpenSearch and apply document classification using machine learning. To accomplish this, I plan to leverage ingest pipelines equipped with the capability to assign categories based on supervised learning through an ML model. However, I encountered an issue where the model I created cannot be deployed. How can I address this challenge?

I didn’t even know that was possible in OpenSearch