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 It's about improving test coverage progress for the class [MLModelManager](https://github.com/opensearch-project/ml-commons/blob/main/plugin/src/main/java/org/opensearch/ml/model/MLModelManager.java) ### Related Issues https://github.com/opensearch-project/ml-commons/issues/1440 ### Check List - [x] New functionality includes testing. - [x] New functionality has...

### Description Add Tutorials for Amazon Rekognition ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] API changes...

### Description Currently the remote model auto-deploy only happens when the model is not deployed at all, by checking the running worker nodes == 0. But in some edge cases,...

**Is your feature request related to a problem?** Following up on https://github.com/opensearch-project/ml-commons/issues/2891, I’d like to request support for the [asynchronous batch ingestion API](https://opensearch.org/docs/latest/ml-commons-plugin/api/async-batch-ingest/) to handle embedding ingestion after inference is...

enhancement

**What is the bug?** Context: While updating a connector attached to a model via a model id, the message that appears is false even when the field does not exist...

bug

[Release 3.0] Planned Breaking Changes for 3.0 in Plugin As mentioned in this [META Issue](https://github.com/opensearch-project/opensearch-build/issues/5243), we want to track and increase transparency around the breaking changes planned for the 3.0...

release
v3.0.0

**Is your feature request related to a problem?** I'm trying to create a Chatbot experience using the [tutorials online in OpenSearch](https://opensearch.org/docs/latest/ml-commons-plugin/tutorials/build-chatbot/). The memory system seems to only hold the "final...

enhancement

**Is your feature request related to a problem?** The meta issue to track the streaming feature progress. **What solution would you like?** - [ ] Model predict rest api based...

enhancement

### Description Add langfuse blueprint to ml-commons documentation. Thanks @jngz-es for helping with the basic authentication configuration. ### Check List - [ ] New functionality includes testing. - [ ]...

**Is your feature request related to a problem?** Currently ML-Commons support Asymmetric embedding for models. [Example Blue print PR](https://github.com/opensearch-project/ml-commons/pull/3258) But in the blue print, if you notice, we need to...

enhancement