layout | title | nav_order | has_children | has_toc | nav_exclude | permalink | redirect_from | |
---|---|---|---|---|---|---|---|---|
default |
Machine learning |
1 |
false |
false |
true |
/ml-commons-plugin/ |
|
The ML Commons plugin provides machine learning (ML) features in OpenSearch.
For ML-model-powered search, you can use a pretrained model provided by OpenSearch, upload your own model to the OpenSearch cluster, or connect to a foundation model hosted on an external platform. In OpenSearch version 2.9 and later, you can integrate local and external models simultaneously within a single cluster.
For more information, see Integrating ML models.
Administrators of ML clusters can use OpenSearch Dashboards to review and manage the status of ML models running inside a cluster. For more information, see Managing ML models in OpenSearch Dashboards.
ML Commons supports various algorithms to help train ML models and make predictions or test data-driven predictions without a model. For more information, see Supported algorithms.
ML Commons provides its own set of REST APIs. For more information, see ML Commons API.
For information about available ML-powered search types, see ML-powered search.
Using the OpenSearch ML framework, you can build various applications, from implementing conversational search to building your own chatbot. For more information, see Tutorials.