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?** There is a demand to support the question-answering model to ml-commons. Since there is already a PR for the question-answering model in...

enhancement

**Is your feature request related to a problem?** Docs contains few tutorials on ML-Commons Plugin features, e.g. remote connector, neural-search **What solution would you like?** Write documentation for ML-Commons features...

enhancement

Some pretrained model are not supporting max truncation size. For example this model `huggingface/sentence-transformers/all-MiniLM-L6-v2` can support 512 tokens, but we only support 128 in pretrained model.

enhancement

When user call register model API , it will create a new model group if no model group using the name, otherwise it will create a new model version. That...

enhancement

Vulnerable Library - org.eclipse.core.runtime-3.26.100.jar Core Runtime Library home page: https://projects.eclipse.org/projects/eclipse.platform Path to dependency file: /plugin/build.gradle Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.platform/org.eclipse.core.runtime/3.26.100/83c77ee0cfc948ea33f5054dda3f5c39250a7ed5/org.eclipse.core.runtime-3.26.100.jar Found in HEAD commit: ce667758ef6bb6dc78a25f88852b24c542ffa7ae ## Vulnerabilities | CVE |...

Mend: dependency security vulnerability

**Is your feature request related to a problem?** ml-commons has a lot of write operations on system indices, and they're not all attached with immediate refresh policy, which can cause...

enhancement

**What is the bug?** In skills repo we find a flaky test, where we call undeploy api, the model state not change after 300 seconds. And in the get model...

bug

**Is your feature request related to a problem?** We need to support a connector to the Oracle Cloud Infrastructure (OCI) and OCI GenAI service as ML so that the conversation...

enhancement

When user upload model via URL and didn't provide model hash value, it will throw "model content changed" error, which is hard to understand. We should clearly tell user that...

enhancement
good first issue

Now we have default pre/post process functions for openai and cohere embedding models. Suggest also add default process functions for bedrock embedding model to avoid the complex pre/post process function...

enhancement
v2.12.0