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.
### Problem statement Currently, when users would like to use a model in ml-commons prediction(in prediction API), we assume the users know the model prediction API input and output format....
# RFC: Enhancement of Multi-Tenancy in ML-Commons Plugin ## 1. Introduction This RFC details the proposed low-level design for enhancing multi-tenancy in the ML-Commons plugin, aimed at providing robust, scalable,...
From customer feedbacks, building ML apps on top of Ml-Commons requires too many upfront setup or pre-requisite APIs calls that looks unnecessary or unwanted to them. Some improvement are done...
I am using conversational_flow Agent for RAG, but i am getting 4 problems in memory message API response When we use this API : /_plugins/_ml/memory/xSDabo4BToKzewPCJxU1/messages **Problem 1** : Get List...
**What is the bug?** A clear and concise description of the bug. In Opensearch 2.12.0: When using GPU and initiating concurrent requests using neural retrieval, an ArrayIndexOutOfBoundsException exception was encountered....
**What is the bug?** A clear and concise description of the bug. In Opensearch 2.12.0: By using the Bulk operation on the Java client and IndexOperation to create or update...
I am trying to implement a rag pipeline using the pretrained HuggingFace model. I am having trouble building a custom blueprint for the HuggingFace model. I have adopted this connector,...
**What is the bug?** When user use map type configuration in several processors, the validation can fail since validation is been done on extra fields in that map. **How can...