@@ -17,6 +17,7 @@ Compatible with OpenSearch 2.12.0
17
17
* Add kotlin stblib dependency for SearchAlertTool (#1861 )
18
18
* Update dependency com.jayway.jsonpath: json-path to v2.9.0 (#1956 )
19
19
* Update http package import for 2.x (#1957 )
20
+ * Update the lucene snapshot url (#2082 )
20
21
21
22
### Infrastructure
22
23
* Onboarding Jenkins prod docker images to github ci check (#1566 )
@@ -44,6 +45,8 @@ Compatible with OpenSearch 2.12.0
44
45
* Add tutorial doc for semantic search with OpenAI embedding model (#1936 )
45
46
* Add connector blueprint for Azure OpenAI Embedding and Chat model (#2062 )
46
47
* Add updated Cohere Embedding blueprint (#2063 )
48
+ * add tutorial for conversational search (#2075 )
49
+ * Add Cohere Chat blueprint with RAG (#1991 )
47
50
48
51
### Bug Fixes
49
52
* Fix missing lombok version compilation failure issue (#1278 )
@@ -84,6 +87,10 @@ Compatible with OpenSearch 2.12.0
84
87
* bug fix - tool parameters missing (#2065 )
85
88
* fix empty tool parameter issue (#2067 )
86
89
* 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 )
87
94
88
95
### Experimental Feature
89
96
* Update Model API (#1350 )
@@ -118,6 +125,7 @@ Compatible with OpenSearch 2.12.0
118
125
119
126
### Feature
120
127
* Add cross encoder support (#1739 )
128
+ * Enable conversation memory feature flags (#2095 )
121
129
122
130
### Enhancements
123
131
* Add register and deploy api in client (#1502 )
0 commit comments