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.
### Description add log to locate root cause of flaky test ### Related Issues https://github.com/opensearch-project/ml-commons/issues/2565 ### Check List - [ ] New functionality includes testing. - [ ] New functionality...
### Description When agent runs failed, MLAgentExecutor always show the error log with `Failed to run flow agent`, no matter which type the current agent is. ``` # Before fix...
**What is the bug?** It's reported from several cases that a ML model stuck in the "DEPLOYING" status and never refresh/update the status, when the cluster is under 1)heavy load...
### Description - Created a new kind of Connector - McpConnector, to handle all the connection details to a remote MCP Server. - Created a new ConnectorExecutor called MCPConnectorExecutor, this...
### Description This change will address the second part of validation "pre and post processing function validation". Moved the method getRemoteServerFromURL() from ConnectorUtils.java to ConnectorAction.java, to avoid the cyclic dependency...
### Description ### Related Issues https://github.com/opensearch-project/ml-commons/issues/3614 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] API changes companion...
### Description Refactors MLStatsInput to use `StreamInput::readOptionalEnumSet` and `StreamOutput::writeOptionalEnumSet` from OpenSearch core, added in this recent PR: https://github.com/opensearch-project/OpenSearch/pull/17556 The currently this is implemented in ml-commons using a private helper. I...
### Description To prevent security issue, put index read behind transport call. ### Related Issues https://github.com/opensearch-project/ml-commons/issues/3651 ### Check List - [ ] New functionality includes testing. - [ ] New...
In [neural-search](https://github.com/opensearch-project/neural-search) we have [an issue tracking a few customer requests](https://github.com/opensearch-project/neural-search/issues/134) for adding NER model support to ingest/search pipelines for documents. The use case is to inference named entities from...
This is a component issue for `3.0.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/3747. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...