ml-commons icon indicating copy to clipboard operation
ml-commons copied to clipboard

ml-commons provides a set of common machine learning algorithms, e.g. k-means, or linear regression, to help developers build ML related features within OpenSearch.

Results 305 ml-commons issues
Sort by recently updated
recently updated
newest added

This is a component issue for `2.13.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4433. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...

v2.13.0

**What is the bug?** Lots of settings are added for existing features. We should consider removing some of them after they are GA for a while. The settings that are...

untriaged
discuss
v2.14.0

**Is your feature request related to a problem?** In OpenSearch we support some sentence-transformers model as [pretrained models](https://opensearch.org/docs/latest/ml-commons-plugin/pretrained-models/#sentence-transformers). The registration of pretrained models is much more convenient, and users don't...

enhancement

Need API Support for updating the Agent. Currently there is no API available. There are multiple cases, where user needs to update the agent with new model ID, or add...

enhancement
feature

**Is your feature request related to a problem?** Add AI connector blueprint for vertexAI text embedding models in addition to [existing ones](https://github.com/opensearch-project/ml-commons/tree/2.x/docs/remote_inference_blueprints). If it is already a plan in future...

enhancement
v2.14.0

**Is your feature request related to a problem?** Current with _ml/profile, we provide over all latency of _ml/predict API including invocation call to model be it local or remote. There...

enhancement

In my index, most documents have the field 'body', and sometimes also 'title' and 'description'. Because the data is crawled, we can not make sure that there is valid data...

enhancement
v2.14.0

**Summary** We propose updating the criteria for nominating maintainers to the ML Commons repository, aligning the process with clear, quantifiable standards based on community contributions. This update aims to ensure...

enhancement

### Description Integration (end-to-end) testing of RAG. ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [ x]...

**Is your feature request related to a problem?** Today, pre-trained model endpoints and model meta list endpoint are hardcoded and point to openearch artifactory. When OpenSerach is deployed on prem...

enhancement