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

# [RFC] Remote Model Inference Streaming ## Overview * Popular LLMs provide the ability to stream responses back to a client for better customer experience, like [OpenAI streaming](https://platform.openai.com/docs/api-reference/streaming) etc. *...

enhancement

* use model type to check local or remote model Signed-off-by: Sicheng Song * spotless Signed-off-by: Sicheng Song * Ignore test resource Signed-off-by: Sicheng Song * Add java doc Signed-off-by:...

* use model type to check local or remote model Signed-off-by: Sicheng Song * spotless Signed-off-by: Sicheng Song * Ignore test resource Signed-off-by: Sicheng Song * Add java doc Signed-off-by:...

* use model type to check local or remote model Signed-off-by: Sicheng Song * spotless Signed-off-by: Sicheng Song * Ignore test resource Signed-off-by: Sicheng Song * Add java doc Signed-off-by:...

* use model type to check local or remote model Signed-off-by: Sicheng Song * spotless Signed-off-by: Sicheng Song * Ignore test resource Signed-off-by: Sicheng Song * Add java doc Signed-off-by:...

* use model type to check local or remote model Signed-off-by: Sicheng Song * spotless Signed-off-by: Sicheng Song * Ignore test resource Signed-off-by: Sicheng Song * Add java doc Signed-off-by:...

* use model type to check local or remote model Signed-off-by: Sicheng Song * spotless Signed-off-by: Sicheng Song * Ignore test resource Signed-off-by: Sicheng Song * Add java doc Signed-off-by:...

### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...

### Description In stead of using user input algorithm we use model type extracting from model cache to check local or remote model, this will fix disable local model will...

Amazon Bedrock now offers multimodal support for Cohere Embed 3 Multilingual and Embed 3 English ([link](https://aws.amazon.com/about-aws/whats-new/2025/01/amazon-bedrock-multimodal-cohere-embed-3-multilingual-english/)) We should update Bedrock Cohere Embedding blueprint to support multimodal.