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.
**What is the bug?** opensearch-ml-gpu | [2024-08-09T07:17:54,585][DEBUG][o.o.m.e.u.FileUtils ] [opensearch-ml-gpu] merge 61 files into /usr/share/opensearch/data/ml_cache/models_cache/deploy/HdPgNZEBkGu7typLkQJX/cre_pt_v0_2_0_test2.zip opensearch-ml-gpu | [2024-08-09T07:17:54,782][DEBUG][o.o.t.TransportService ] [opensearch-ml-gpu] Action: internal:coordination/fault_detection/leader_check opensearch-ml-gpu | [2024-08-09T07:17:54,961][DEBUG][o.o.n.r.t.AverageMemoryUsageTracker] [opensearch-ml-gpu] Recording memory usage: 25% opensearch-ml-gpu...
Backport https://github.com/opensearch-project/ml-commons/commit/853efd6be34f981740dec99dd649754eb085de83 from https://github.com/opensearch-project/ml-commons/pull/2944
This is a component issue for `2.17.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4908. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...
The current generated model output interfaces just include the boilerplate. The actual useful model outputs will be under `dataAsMap`, but this is always defined as a generic `object` with no...
Use java code to construct index mapping is error-prone. Let's create index mapping json file like AD https://github.com/opensearch-project/anomaly-detection/tree/main/src/main/resources/mappings
The integration test failed at distribution level for component ml-commonsVersion: 2.17.0Distribution: tarArchitecture: arm64Platform: linuxPlease check the logs: https://build.ci.opensearch.org/job/integ-test/8579/display/redirect * Test-report manifest:* - https://ci.opensearch.org/ci/dbc/integ-test/2.17.0/10231/linux/arm64/tar/test-results/8579/integ-test/test-report.yml _Note: Steps to reproduce, additional logs and...
**What is the bug?** When configuring ml inference processor with full_response_path is false with no output mapping throw exceptions `"reason": "An unexpected error occurred: model inference output cannot find field...
**What is the bug?** Searching with neural query brings down OS 2.16.0. This is happening in OS 2.16.0 Image `FROM opensearchproject/opensearch:2.16.0` but not in 2.15.0 or lower **How to reproduce...
**Is your feature request related to a problem?** OpenSearch indexes have eventual read consistency. In general, indexed documents might not be available in search until the next refresh. On an...