From 07d08cb5b4295dc5132b5676deaa7eca18d25ef1 Mon Sep 17 00:00:00 2001 From: Dhrubo Saha Date: Fri, 9 Feb 2024 15:49:25 -0800 Subject: [PATCH] updating release note for 2.12 (#2070) Signed-off-by: Dhrubo Saha --- .../opensearch-ml-common.release-notes-2.12.0.0.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 3453c75127..ff9cb15aef 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 @@ -42,6 +42,8 @@ Compatible with OpenSearch 2.12.0 * AI connector blueprint for the Aleph Alpha Luminous-Base Embedding Model (#2003) * Add tutorial doc for semantic search on amazon opensearch (#1928) * Add tutorial doc for semantic search with OpenAI embedding model (#1936) +* Add connector blueprint for Azure OpenAI Embedding and Chat model (#2062) +* Add updated Cohere Embedding blueprint (#2063) ### Bug Fixes * Fix missing lombok version compilation failure issue (#1278) @@ -78,6 +80,10 @@ Compatible with OpenSearch 2.12.0 * Adjust ListTool response format (#1912) * Issue #844: Add accessUserInformation to the plugin security policy (#1959) * Escape input data (#1974) +* flow agent suggestions missing (#2064) +* bug fix - tool parameters missing (#2065) +* fix empty tool parameter issue (#2067) +* tool uses original input (#2068) ### Experimental Feature * Update Model API (#1350) @@ -142,7 +148,9 @@ Compatible with OpenSearch 2.12.0 * Refine the error message on cluster status not ready scenario (#1931) * Add Request-Source header (#1892) * Add process function for bedrock (#1554) +* send agent execution response after saving memory (#2066) +* add conversational flow agent (#2069) ### REFACTOR * Rename memory field names in responses (#2020) -* Refactor memory layer APIs (#1890) \ No newline at end of file +* Refactor memory layer APIs (#1890)