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

### Description This PR will add a feature enable setting for controller index, to support multi-tenancy ### Check List - [ ] New functionality includes testing. - [ ] All...

backport 2.x
backport feature/multi_tenancy

**Is your feature request related to a problem?** I have a custom distribution of OpenSearch where I have ML Commons installed in its own dedicated cluter. I would like to...

enhancement

**What is the bug?** Search memory API return all fields include application type. Per the comment https://github.com/opensearch-project/ml-commons/pull/2635#issuecomment-2248338214, we may want to hide application type from search response as well. **How...

bug

**Is your feature request related to a problem?** I would like have a field to store some additional information about the memory metadata, for example agent id or prompt information...

enhancement

**What is the bug?** When using the ML Client to delete a model or agent which does not exist, the ActionListener failure path is followed with an `OpenSearchStatusException` with status...

bug

### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [ ]...

backport 2.x

**What is the bug?** I am implementing the the knowledge base tool. Unfortunately, I meet with a tricky bug from the connector. I did some deep dive and found the...

bug

This RFC aims to resolve [the bug issue](https://github.com/opensearch-project/ml-commons/issues/2712) resulted from payload validation in connector. You can refer to this issue on how to reproduce the bug. # How the bug...

RFC

### Description Add refresh policy for missing ones ### Related Issues https://github.com/opensearch-project/ml-commons/issues/1883 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented....

### Description When using LLM in ml-commons connector, the prompt may contains substring like `${parameters.xxxx} `. The PRs adds a parameter named `skip_validating_missing_parameters` to enable users to configure whether to...