@@ -42,6 +42,8 @@ Compatible with OpenSearch 2.12.0
42
42
* AI connector blueprint for the Aleph Alpha Luminous-Base Embedding Model (#2003 )
43
43
* Add tutorial doc for semantic search on amazon opensearch (#1928 )
44
44
* Add tutorial doc for semantic search with OpenAI embedding model (#1936 )
45
+ * Add connector blueprint for Azure OpenAI Embedding and Chat model (#2062 )
46
+ * Add updated Cohere Embedding blueprint (#2063 )
45
47
46
48
### Bug Fixes
47
49
* Fix missing lombok version compilation failure issue (#1278 )
@@ -78,6 +80,10 @@ Compatible with OpenSearch 2.12.0
78
80
* Adjust ListTool response format (#1912 )
79
81
* Issue #844 : Add accessUserInformation to the plugin security policy (#1959 )
80
82
* Escape input data (#1974 )
83
+ * flow agent suggestions missing (#2064 )
84
+ * bug fix - tool parameters missing (#2065 )
85
+ * fix empty tool parameter issue (#2067 )
86
+ * tool uses original input (#2068 )
81
87
82
88
### Experimental Feature
83
89
* Update Model API (#1350 )
@@ -142,7 +148,9 @@ Compatible with OpenSearch 2.12.0
142
148
* Refine the error message on cluster status not ready scenario (#1931 )
143
149
* Add Request-Source header (#1892 )
144
150
* Add process function for bedrock (#1554 )
151
+ * send agent execution response after saving memory (#2066 )
152
+ * add conversational flow agent (#2069 )
145
153
146
154
### REFACTOR
147
155
* Rename memory field names in responses (#2020 )
148
- * Refactor memory layer APIs (#1890 )
156
+ * Refactor memory layer APIs (#1890 )
0 commit comments