You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/opensearch-ml-common.release-notes-2.19.0.0.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ Compatible with OpenSearch 2.19.0
4
4
5
5
### Enhancements
6
6
7
-
* Improve test coverage for RemoteModel.java (#3205)[https://github.com/opensearch-project/ml-commons/pull/3205]
8
7
* adding multi-modal pre-processor for cohere (#3219)[https://github.com/opensearch-project/ml-commons/pull/3219]
9
8
*[Enhancement] Fetch system index mappings from json file instead of string constants (#3153)[https://github.com/opensearch-project/ml-commons/pull/3153]
10
9
* Retrieve remote model id from registration response in IT to avoid flaky (#3244)[https://github.com/opensearch-project/ml-commons/pull/3244]
@@ -41,13 +40,10 @@ Compatible with OpenSearch 2.19.0
41
40
### Bug Fixes
42
41
43
42
* getFirst is not allowed in java 17 (#3226)[https://github.com/opensearch-project/ml-commons/pull/3226]
44
-
* Fixes Two Flaky IT classes RestMLGuardrailsIT & ToolIntegrationWithLLMTest (#3253)[https://github.com/opensearch-project/ml-commons/pull/3253]
45
43
* Fix: ml/engine/utils/FileUtils casts long file length to int incorrectly (#3198)[https://github.com/opensearch-project/ml-commons/pull/3198]
46
44
* fix for sync up job not working in 2.17 when upgraded from previous versions (#3241)[https://github.com/opensearch-project/ml-commons/pull/3241]
47
45
* Fix remote model with embedding input issue (#3289)[https://github.com/opensearch-project/ml-commons/pull/3289]
48
46
* Adds preset contentRegistry for IngestProcessors (#3281)[https://github.com/opensearch-project/ml-commons/pull/3281]
49
-
* Revert Text Block changes from "Enhance validation for create connector API" #3260 (#3329)[https://github.com/opensearch-project/ml-commons/pull/3329]
50
-
* fix post_process_function on rerank_pipeline_with_bge-rerank-m3-v2_model_deployed_on_Sagemaker.md (#3296)[https://github.com/opensearch-project/ml-commons/pull/3296]
51
47
* Revert "Add application_type to ConversationMeta; update tests (#3282)" (#3315)[https://github.com/opensearch-project/ml-commons/pull/3315]
52
48
* Revert "Filter out remote model auto redeployment (#2976)" and related commits (#3104, #3214) (#3368)[https://github.com/opensearch-project/ml-commons/pull/3368]
53
49
* Fix JsonGenerationException error in Local Sample Calculator and Anomaly Localization Execution Response (#3434)[https://github.com/opensearch-project/ml-commons/pull/3434]
@@ -72,6 +68,9 @@ Compatible with OpenSearch 2.19.0
72
68
* Checkout code from pull request head for spotless (#3422)[https://github.com/opensearch-project/ml-commons/pull/3422]
73
69
* Fixes spotless on Java 11 (#3449)[https://github.com/opensearch-project/ml-commons/pull/3449]
74
70
* add spotless to all build.gradle files (#3453)[https://github.com/opensearch-project/ml-commons/pull/3453]
71
+
* Fixes Two Flaky IT classes RestMLGuardrailsIT & ToolIntegrationWithLLMTest (#3253)[https://github.com/opensearch-project/ml-commons/pull/3253]
72
+
* Improve test coverage for RemoteModel.java (#3205)[https://github.com/opensearch-project/ml-commons/pull/3205]
73
+
* Revert Text Block changes from "Enhance validation for create connector API" #3260 (#3329)[https://github.com/opensearch-project/ml-commons/pull/3329]
75
74
76
75
77
76
### Documentation
@@ -84,3 +83,4 @@ Compatible with OpenSearch 2.19.0
0 commit comments