ml-commons
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.
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...
**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...
**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...
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...
**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...
**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...
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...
**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...
### 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...