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

This is a component issue for `2.15.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4681. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...

untriaged
v2.15.0

- Incremented version to **2.15.0-SNAPSHOT**.

v2.15.0

### Description Avoid race condition in sync up job to un-deploy expired models and refresh model states. Without this change, the sync up job sometimes sets wrong Model State after...

backport 2.x
backport 2.14

The integration test failed at distribution level for component ml-commonsVersion: 2.14.0Distribution: tarArchitecture: arm64Platform: linuxPlease check the logs: https://build.ci.opensearch.org/job/integ-test/8107/display/redirect * Test-report manifest:* - https://ci.opensearch.org/ci/dbc/integ-test/2.14.0/9713/linux/arm64/tar/test-results/8107/integ-test/test-report.yml _Note: Steps to reproduce, additional logs and...

untriaged
autocut
integ-test-failure
linux:tar:arm64
linux:rpm:x64
linux:deb:x64
linux:rpm:arm64
windows:zip:x64
linux:deb:arm64
v2.14.0

**What is the bug?** I'm trying to use a model hosted in a Sagemaker endpoint in the same AWS Account as the Opensearch cluster to perform a Neural search. The...

bug

### Problem statement Currently, there are different implementations of search processors/ingest processors that use a machine learning model, e.g, [TextEmbeddingProcessor](https://github.com/opensearch-project/neural-search/blob/main/src/main/java/org/opensearch/neuralsearch/processor/TextEmbeddingProcessor.java) for text-embedding models , [GenerativeQAResponseProcessor](https://github.com/opensearch-project/ml-commons/blob/main/search-processors/src/main/java/org/opensearch/searchpipelines/questionanswering/generative/GenerativeQAResponseProcessor.java) for large language models, [PersonalizeRankingResponseProcessor](https://github.com/opensearch-project/search-processor/blob/main/amazon-personalize-ranking/src/main/java/org/opensearch/search/relevance/transformer/personalizeintelligentranking/PersonalizeRankingResponseProcessor.java)...

feature
v2.14.0
v2.16.0

**Is your feature request related to a problem?** As a downstream plugin, Flow Framework consumes the ML Commons API via its Client. As such, we are tightly coupled with the...

enhancement

**What is the bug?** I am trying to deploy an ML model that connects to an external resource I am trying to write a pre-process function that will pass the...

untriaged

This is a feature request to deploy Small Language Models (SLM) (3b or 1b). SLMs are improving quickly and are becoming good choice for narrowed scope usecases. Examples can be...

enhancement

**What is the bug?** While running bwc tests and integ tests, we are facing an issue of "ML model not deployed yet". Therefore, crashing neural search gradle check. We are...

bug