ml-commons
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.
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...
### 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...
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...
**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...
### 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)...
**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...
**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...
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...
**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...