@@ -17,6 +17,7 @@ Compatible with OpenSearch 2.12.0
1717* Add kotlin stblib dependency for SearchAlertTool (#1861 )
1818* Update dependency com.jayway.jsonpath: json-path to v2.9.0 (#1956 )
1919* Update http package import for 2.x (#1957 )
20+ * Update the lucene snapshot url (#2082 )
2021
2122### Infrastructure
2223* Onboarding Jenkins prod docker images to github ci check (#1566 )
@@ -44,6 +45,8 @@ Compatible with OpenSearch 2.12.0
4445* Add tutorial doc for semantic search with OpenAI embedding model (#1936 )
4546* Add connector blueprint for Azure OpenAI Embedding and Chat model (#2062 )
4647* Add updated Cohere Embedding blueprint (#2063 )
48+ * add tutorial for conversational search (#2075 )
49+ * Add Cohere Chat blueprint with RAG (#1991 )
4750
4851### Bug Fixes
4952* Fix missing lombok version compilation failure issue (#1278 )
@@ -84,6 +87,10 @@ Compatible with OpenSearch 2.12.0
8487* bug fix - tool parameters missing (#2065 )
8588* fix empty tool parameter issue (#2067 )
8689* tool uses original input (#2068 )
90+ * update Unthrotized error code to 401 (#2076 )
91+ * handle null value exceptions when arguments are missing or Null in caling RAG pipeline (#2079 )
92+ * changing error message and error code (#2073 ) (#2086 )
93+ * Fix bwc issue in remote prediction (#2085 )
8794
8895### Experimental Feature
8996* Update Model API (#1350 )
@@ -118,6 +125,7 @@ Compatible with OpenSearch 2.12.0
118125
119126### Feature
120127* Add cross encoder support (#1739 )
128+ * Enable conversation memory feature flags (#2095 )
121129
122130### Enhancements
123131* Add register and deploy api in client (#1502 )
0 commit comments