From c38854fa563a9f6ff73c656f9feacfad9b0b6c82 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:38:05 -0800 Subject: [PATCH] updating release note for 2.12.0 (#2108) (#2112) * updating release note for 2.12.0 Signed-off-by: Dhrubo Saha * adding another PR to the release note Signed-off-by: Dhrubo Saha --------- Signed-off-by: Dhrubo Saha (cherry picked from commit 024408c3f9be533fa0127ef93702c437088aa947) Co-authored-by: Dhrubo Saha --- release-notes/opensearch-ml-common.release-notes-2.12.0.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/opensearch-ml-common.release-notes-2.12.0.0.md b/release-notes/opensearch-ml-common.release-notes-2.12.0.0.md index 91378748a7..d92e45faf3 100644 --- a/release-notes/opensearch-ml-common.release-notes-2.12.0.0.md +++ b/release-notes/opensearch-ml-common.release-notes-2.12.0.0.md @@ -18,6 +18,7 @@ Compatible with OpenSearch 2.12.0 * Update dependency com.jayway.jsonpath:json-path to v2.9.0 (#1956) * Update http package import for 2.x (#1957) * Update the lucene snapshot url (#2082) +* removing skills first (#2089) ### Infrastructure * Onboarding Jenkins prod docker images to github ci check (#1566) @@ -122,6 +123,7 @@ Compatible with OpenSearch 2.12.0 * Update IndexMappingTool Description (#1998) * Add more user based permission check in Memory (#1935) * Update memory index name and add updated_time (#1793) +* fine tune prompt;refactor conversational agent code (#2094) ### Feature * Add cross encoder support (#1739)