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

**Is your feature request related to a problem?** current get memory api https://opensearch.org/docs/latest/ml-commons-plugin/api/memory-apis/get-memory/ will return response like below, it miss [application_type](https://github.com/opensearch-project/ml-commons/blob/main/common/src/main/java/org/opensearch/ml/common/conversation/ConversationalIndexConstants.java#L59) field. ``` { "memory_id": "gW8Aa40BfUsSoeNTvOKI", "create_time": "2024-02-02T18:07:06.887061463Z", "updated_time": "2024-02-02T19:01:32.121444968Z",...

enhancement

### Describe the bug With Opensearch `v2.15.0`, When deploying local ONNX model "gte-large-en-v1.5", I got an error of: > input mismatch, looking for: [input_ids, attention_mask, token_type_ids] The model zip file...

bug

**What is the bug?** Some user reports that the connector (Azure openAI) doesn't return correct throttling exception status code 429 to client side. So they can't detect that error and...

bug

### Description Add a new parameter `conversation_name` to support customize conversation name ### Issues Resolved https://github.com/opensearch-project/ml-commons/issues/2623 ### Check List - [ ] New functionality includes testing. - [ ] All...

- Incremented version to **2.14.1-SNAPSHOT**.

v2.14.1

**What is the bug?** Below is a flaky IT which fails time to time, we need to fix this: https://github.com/opensearch-project/ml-commons/actions/runs/9540553655/job/26292459753?pr=2500#step:6:3006 **How can one reproduce the bug?** Steps to reproduce the...

bug

### Description Adds image embedding ML model type to allow registering models for the image embedding task ### Issues Resolved #2621 ### Check List - [x] New functionality includes testing....

[Currently, there are no image search pretrained models in OS](https://opensearch.org/docs/latest/ml-commons-plugin/pretrained-models/) Having image search pretrained models would make it plug-and-play removing unnecessary friction. It would be good to have [openai clip...

enhancement

**What is the bug?** The below IT is flaky: https://github.com/opensearch-project/ml-commons/actions/runs/9540553655/job/26297294535?pr=2500#step:6:2743, need to fix this. **How can one reproduce the bug?** Steps to reproduce the behavior: 1. Go to '...' 2....

bug

**What is the bug?** If LLM returns an invalid json response with action_input, it cannot extract the action input correctly. After adding my new tool whose description is as below,...

bug