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

I will be starting the process of migrating the code developed on the [`feature/multi_tenancy`](https://github.com/opensearch-project/ml-commons/tree/feature/multi_tenancy) branch to `main`. I'm creating this issue to establish context for reviewers and pre-answer some frequently...

enhancement

### Description Add task to batch predict request // todo: will add unit tests and ITs by 07/22/24 ### Issues Resolved ### Check List - [ ] New functionality includes...

### Is your feature request related to a problem? Please describe Hi admin I have commented here: https://github.com/Filimoa/open-parse/issues/10#issuecomment-2214343987, but after that, I found here could be a better place to...

enhancement

I have implemented a hybrid search with according ingest and search pipeline, using text embeddings on document chunks, as the embedding models have input token size limitations of course. The...

enhancement

### Introduction: Right now our model versions are identified by random IDs. Meanwhile, most of our ML-related behaviors at this time require user to refer the model ID directly, which...

enhancement
RFC

**Is your feature request related to a problem?** Currently the update connector API checks all the usage of it and only when no model using it, then update operation can...

enhancement

### Description When deleting a model, we need to check the model status by querying the model index: https://github.com/opensearch-project/ml-commons/blob/main/plugin/src/main/java/org/opensearch/ml/action/models/DeleteModelTransportAction.java#L108, which means when undepdeloying model response returns, we have to make...

- Incremented version to **1.3.19-SNAPSHOT**.

v1.3.19

**Is your feature request related to a problem?** For now when start a new conversation, the title/name of this new conversation is user question by default. we would like to...

enhancement

### Description [adding spotless in common module] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [ ]...