|
| 1 | +## Version 2.18.0.0 Release Notes |
| 2 | + |
| 3 | +Compatible with OpenSearch 2.18.0 |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* Filter out remote model auto redeployment (#2976)[https://github.com/opensearch-project/ml-commons/pull/2976] |
| 8 | +* Allow llmQuestion to be optional when llmMessages is used. (#3072)[https://github.com/opensearch-project/ml-commons/pull/3072] |
| 9 | +* Enhance batch job task management by adding default action types (#3080)[https://github.com/opensearch-project/ml-commons/pull/3080] |
| 10 | +* use connector credential in offline batch ingestion (#2989)[https://github.com/opensearch-project/ml-commons/pull/2989] |
| 11 | +* change to model group access for batch job task APIs (#3098)[https://github.com/opensearch-project/ml-commons/pull/3098] |
| 12 | +* add rate limiting for offline batch jobs, set default bulk size to 500 (#3116)[https://github.com/opensearch-project/ml-commons/pull/3116] |
| 13 | +* Support ML Inference Search Processor Writing to Search Extension (#3061)[https://github.com/opensearch-project/ml-commons/pull/3061] |
| 14 | +* Enable pass query string to input_map in ml inference search response processor (#2899)[https://github.com/opensearch-project/ml-commons/pull/2899] |
| 15 | +* add config field in MLToolSpec for static parameters (#2977)[https://github.com/opensearch-project/ml-commons/pull/2977] |
| 16 | +* Add textract and comprehend url to trusted enpoints (#3154)[https://github.com/opensearch-project/ml-commons/pull/3154] |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* Fix ml inference ingest processor always return list using JsonPath (#2985)[https://github.com/opensearch-project/ml-commons/pull/2985] |
| 22 | +* populate time fields for connectors on return (#2922)[https://github.com/opensearch-project/ml-commons/pull/2922] |
| 23 | +* Fix for rag processor throwing NPE when optional parameters are not provided (#3057)[https://github.com/opensearch-project/ml-commons/pull/3057] |
| 24 | +* Fix PR #2976 bug due to missing adding function_name and algorithm in querying models (#3104)[https://github.com/opensearch-project/ml-commons/pull/3104] |
| 25 | +* Gracefully handle error when generative_qa_parameters is not provided (#3100)[https://github.com/opensearch-project/ml-commons/pull/3100] |
| 26 | +* Fix error log to show the right agent type (#2809)[https://github.com/opensearch-project/ml-commons/pull/2809] |
| 27 | +* fix model stuck in deploying state during node crash/cluster restart (#3137)[https://github.com/opensearch-project/ml-commons/pull/3137] |
| 28 | + |
| 29 | +### Maintenance |
| 30 | + |
| 31 | +* Bump protobuf version to 3.25.5 to patch potential DOS (#3083)[https://github.com/opensearch-project/ml-commons/pull/3083] |
| 32 | +* removing api keys from the integ test log (#3112)[https://github.com/opensearch-project/ml-commons/pull/3112] |
| 33 | +* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#2881)[https://github.com/opensearch-project/ml-commons/pull/2881] |
| 34 | +* allowing backport prs to skip approval (#3132)[https://github.com/opensearch-project/ml-commons/pull/3132] |
| 35 | +* updating the approval requirement (#3148)[https://github.com/opensearch-project/ml-commons/pull/3148] |
| 36 | +* unblocking the integ test pipeline for release (#3159)[https://github.com/opensearch-project/ml-commons/pull/3159] |
| 37 | + |
| 38 | +### Infrastructure |
| 39 | + |
| 40 | +* Support index.auto_expand_replicas 0-all for .plugins-ml-config (#3017)[https://github.com/opensearch-project/ml-commons/pull/3017] |
| 41 | +* Add Test Env Require Approval Action (#3005)[https://github.com/opensearch-project/ml-commons/pull/3005] |
| 42 | +* upgrading upload artifact to v4 (#3162)[https://github.com/opensearch-project/ml-commons/pull/3162] |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* add tutorial for cross-account model invocation on amazon managed cluster (#3064)[https://github.com/opensearch-project/ml-commons/pull/3064] |
| 47 | +* support role temporary credential in connector tutorial (#3058)[https://github.com/opensearch-project/ml-commons/pull/3058] |
| 48 | +* connector blueprint for amazon bedrock converse (#2960)[https://github.com/opensearch-project/ml-commons/pull/2960] |
| 49 | +* Updates dev guide to inform the workflow approval step (#3062)[https://github.com/opensearch-project/ml-commons/pull/3062] |
| 50 | +* tune titan embedding model blueprint for v2 (#3094)[https://github.com/opensearch-project/ml-commons/pull/3094] |
| 51 | +* Add bedrock multimodal build-in function usage example in doc (#3073)[https://github.com/opensearch-project/ml-commons/pull/3073] |
| 52 | + |
| 53 | + |
0 commit comments