Skip to content

Commit f18a5bc

Browse files
Add release note for 2.16 (#2753) (#2758)
* Add release note for 2.16 Signed-off-by: b4sjoo <[email protected]> * Fix wrong notes Signed-off-by: b4sjoo <[email protected]> * Fix wrong notes Signed-off-by: b4sjoo <[email protected]> --------- Signed-off-by: b4sjoo <[email protected]> (cherry picked from commit 2b17022) Co-authored-by: Sicheng Song <[email protected]>
1 parent c932541 commit f18a5bc

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## Version 2.16.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.16.0
4+
5+
### Features
6+
* Add initial MLInferenceSearchResponseProcessor (#2688)[https://github.com/opensearch-project/ml-commons/pull/2688]
7+
* Add initial search request inference processor (#2731)[https://github.com/opensearch-project/ml-commons/pull/2731]
8+
* Add Batch Prediction Mode in the Connector Framework for batch inference (#2661)[https://github.com/opensearch-project/ml-commons/pull/2661]
9+
10+
### Enhancements
11+
* Automated model interface generation on aws llms (#2689)[https://github.com/opensearch-project/ml-commons/pull/2689]
12+
* Increase execute thread pool size (#2691)[https://github.com/opensearch-project/ml-commons/pull/2691]
13+
* Add multi modal default preprocess function (#2500)[https://github.com/opensearch-project/ml-commons/pull/2500]
14+
* Add model input validation for local models in ml processor (#2610)[https://github.com/opensearch-project/ml-commons/pull/2610]
15+
* Removing experimental from the Conversation memory feature(#2592)[https://github.com/opensearch-project/ml-commons/pull/2592]
16+
* Pass all parameters including chat_history to run tools (#2714)[https://github.com/opensearch-project/ml-commons/pull/2714]
17+
* Feat: add bedrock runtime agent for knowledge base (#2651)[https://github.com/opensearch-project/ml-commons/pull/2651]
18+
* change disk circuit breaker to cluster settings (#2634)[https://github.com/opensearch-project/ml-commons/pull/2634]
19+
20+
### Bug Fixes
21+
* Add stashcontext to connector getter (#2742)[https://github.com/opensearch-project/ml-commons/pull/2742]
22+
* Excluding remote models from max node per node setting (#2732)[https://github.com/opensearch-project/ml-commons/pull/2732]
23+
* Add logging for throttling and guardrail in connector (#2725)[https://github.com/opensearch-project/ml-commons/pull/2725]
24+
* Add acknowledge check for index creation in missing places (#2715)[https://github.com/opensearch-project/ml-commons/pull/2715]
25+
* Update config index mappings to use correct field types (#2710)[https://github.com/opensearch-project/ml-commons/pull/2710]
26+
* Fix yaml test issue (#2700)[https://github.com/opensearch-project/ml-commons/pull/2700]
27+
* Fix MLModelTool returns null if the response of LLM is a pure json object (#2675)[https://github.com/opensearch-project/ml-commons/pull/2675]
28+
* Bump ml config index schema version (#2656)[https://github.com/opensearch-project/ml-commons/pull/2656]
29+
30+
### Maintenance
31+
* Upgrade djl version to 0.28.0 (#2578)[https://github.com/opensearch-project/ml-commons/pull/2578]
32+
* Register system index descriptors through SystemIndexPlugin.getSystemIndexDescriptors (#2586)[https://github.com/opensearch-project/ml-commons/pull/2586]
33+
34+
### Infrastructure
35+
* Enable tests with mockStatic in MLEngineTest (#2582)[https://github.com/opensearch-project/ml-commons/pull/2582]
36+
* Fix GA workflow that publishes Apache Maven artifacts (#2625)[https://github.com/opensearch-project/ml-commons/pull/2625]
37+
* Temp use of older nodejs version before moving to Almalinux8 (#2628)[https://github.com/opensearch-project/ml-commons/pull/2628]
38+
39+
### Documentation
40+
* Add amazon textract blueprint (#2562)[https://github.com/opensearch-project/ml-commons/pull/2562]
41+
* Make all Bedrock model blueprints in a tidier format (#2642)[https://github.com/opensearch-project/ml-commons/pull/2642]
42+
* Fix remote inference blueprints (#2692)[https://github.com/opensearch-project/ml-commons/pull/2692]
43+
* Add connector blueprint for cohere embedding models in bedrock (#2667)[https://github.com/opensearch-project/ml-commons/pull/2667]
44+
* Update tutorials for caching secrets for non-aws models (#2637)[https://github.com/opensearch-project/ml-commons/pull/2637]
45+
* Add tutuorial for cross-encoder model on sagemaker (#2607)[https://github.com/opensearch-project/ml-commons/pull/2607]
46+
47+
### Refactoring
48+
* Change multimodal connector name to bedrock multimodal connector (#2672)[https://github.com/opensearch-project/ml-commons/pull/2672]

0 commit comments

Comments
 (0)