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

### Description Add config field in MLToolSpec to support static parameters in tool execution. ### Related Issues https://github.com/opensearch-project/ml-commons/issues/2836 https://github.com/opensearch-project/ml-commons/issues/2918 ### Check List - [ ] New functionality includes testing. -...

### Problem Statement: When using search request processors, users need to send an initial search request with properly constructed query builders. However, if the initial request fails to meet the...

enhancement
untriaged

### Description Depending on the GitHub CI workflow executes it will invoke ./gradlew build which will run tests on random parameters every time, there are local-code's that will break a...

infra

### Description fixing https://github.com/opensearch-project/ml-commons/issues/2974 by adding a helpful method `getMappedInputFromObject` when reading search query/ search response _source document, * Retrieves the mapped input value from the object based on the...

## Summary Currently, the ML inference search response processor allows passing document fields as input to the machine learning model. However, in certain use cases, such as re-ranking, it is...

enhancement

**What is the bug?** > What we have is a race condition: > 1. When the first test starts it creates a (local) ML Config index (which isn't needed) >...

bug

**Is your feature request related to a problem?** - [ ] Currently, search response processor can add prediction results to new fields to extensions. Try to enable option to save...

enhancement

### Description Currently, ml-commons supports remote model auto deployment when first prediction request comes, so in MLModelAutoRedeplyer remote model auto redeployment can be filtered out. ### Related Issues NA ###...

### Description Removes the ability to change the value of the mutiTenancy setting: it must be initialized in `opensearch.yml`. Two other small changes: - When multiTenancy was false (which is...

### Description Add tutorial for RAG of OpenAI and bedrock ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ]...