From 87587ff3ffa58c09cb3534b73e11a6b164db7c73 Mon Sep 17 00:00:00 2001 From: b4sjoo Date: Sun, 28 Jul 2024 01:02:22 +0000 Subject: [PATCH] Add release notes Signed-off-by: b4sjoo --- release-notes/opensearch-ml-common.release-notes-2.16.0.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-notes/opensearch-ml-common.release-notes-2.16.0.0.md b/release-notes/opensearch-ml-common.release-notes-2.16.0.0.md index 8119db8410..466633218f 100644 --- a/release-notes/opensearch-ml-common.release-notes-2.16.0.0.md +++ b/release-notes/opensearch-ml-common.release-notes-2.16.0.0.md @@ -27,6 +27,8 @@ Compatible with OpenSearch 2.16.0 * Fix MLModelTool returns null if the response of LLM is a pure json object (#2675)[https://github.com/opensearch-project/ml-commons/pull/2675] * Bump ml config index schema version (#2656)[https://github.com/opensearch-project/ml-commons/pull/2656] * Fix final answer with extra meaningless symbol (#2676)[https://github.com/opensearch-project/ml-commons/pull/2676] +* Add XContentType to wrap the CreateIndexRequest mappings in _doc key to fix v1 templates issue (#2759)[https://github.com/opensearch-project/ml-commons/pull/2759] +* Remove ignoreFailure and fix JsonArray Parsing Issue (#2770)[https://github.com/opensearch-project/ml-commons/pull/2770] ### Maintenance * Upgrade djl version to 0.28.0 (#2578)[https://github.com/opensearch-project/ml-commons/pull/2578] @@ -44,6 +46,7 @@ Compatible with OpenSearch 2.16.0 * Add connector blueprint for cohere embedding models in bedrock (#2667)[https://github.com/opensearch-project/ml-commons/pull/2667] * Update tutorials for caching secrets for non-aws models (#2637)[https://github.com/opensearch-project/ml-commons/pull/2637] * Add tutuorial for cross-encoder model on sagemaker (#2607)[https://github.com/opensearch-project/ml-commons/pull/2607] +* Add offline batch inference connector blueprints (#2768)[https://github.com/opensearch-project/ml-commons/pull/2768] ### Refactoring * Change multimodal connector name to bedrock multimodal connector (#2672)[https://github.com/opensearch-project/ml-commons/pull/2672] \ No newline at end of file