opensearch-project / ml-commons

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.
Apache License 2.0
98 stars 136 forks source link

[META] ML Inference Processor Enhancements I #2839

Closed mingshl closed 2 months ago

mingshl commented 2 months ago

Is your feature request related to a problem?

Search response processor:

What solution would you like? A clear and concise description of what you want to happen.

What alternatives have you considered? A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context? Add any other context or screenshots about the feature request here.

mingshl commented 2 months ago

@opensearch-project/admin -- Can you please move this to our roadmap https://github.com/orgs/opensearch-project/projects/1 under 2.17?

mingshl commented 2 months ago

support one to one inference in ml inference search response processor in #2801

support list in substring during prediction API, so it can support GenAI/RAG use case in ml inference search response with prompt defined in connector level in https://github.com/opensearch-project/ml-commons/pull/2871

adding a to_string() method in httpConnector to support custom prompt in https://github.com/opensearch-project/ml-commons/pull/2871