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?** In ML Inference Processors, For ingest side, we consider the use case of getting value from nested object and getting value from object, so we support...
**What is the bug?** This query: ``` response = os_client.search(index='converse', body= { "query": { "simple_query_string": { "query": "old faded blue jeans", "fields": ["question_text"] } }, "ext": { "generative_qa_parameters": { "llm_model":...
**What is the bug?** Model is getting stuck in deploying state while registering it on the cluster. We have seen cases where the model is not found on the few...
### Description Currently any class that extends the AbstractConnector class has the fields createdTime and lastUpdatedTime set to null. **_The solution was creating setters on the connector interface and implementing...
**What is the bug?** During a [GH action from a commit to a PR](https://github.com/opensearch-project/ml-commons/actions/runs/10908291086/job/30281922405) I had failures I one by one took the reproduction lines [for example](https://github.com/opensearch-project/ml-commons/actions/runs/10908291086/job/30281922405#step:6:2144) Takes you to...
**What is the bug?** The [`MLResourceNotFoundException`](https://github.com/opensearch-project/ml-commons/blob/main/common/src/main/java/org/opensearch/ml/common/exception/MLResourceNotFoundException.java) is just a decorated `RuntimeException` with special handling for ML Stats. However, it's used in cases where a document is not found which should...
It is straightforward and works of course when I define a SearchIndexTool inside a conversational flow agent, the question is inserted into the defined OpenSearch query, there will come search...