Skip to content

Commit

Permalink
Add release note 2.14 (#2387) (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored May 1, 2024
1 parent c873f22 commit f96e832
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions release-notes/opensearch-ml-common.release-notes-2.14.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## Version 2.14.0.0 Release Notes

Compatible with OpenSearch 2.14.0.0

### Features
* Initiate MLInferencelngestProcessor ([#2205](https://github.com/opensearch-project/ml-commons/pull/2205))
* Add TTL to un-deploy model automatically ([#2365](https://github.com/opensearch-project/ml-commons/pull/2365))
* ML Model Interface ([#2357](https://github.com/opensearch-project/ml-commons/pull/2357))

### Enhancements
* Change httpclient to async ([#1958](https://github.com/opensearch-project/ml-commons/pull/1958))
* Migrate RAG pipeline to async processing. ([#2345](https://github.com/opensearch-project/ml-commons/pull/2345))
* Filtering hidden model info from model profiling for users other than superadmin ([#2332](https://github.com/opensearch-project/ml-commons/pull/2332))
* check model auto deploy ([#2288](https://github.com/opensearch-project/ml-commons/pull/2288))
* restrict stash context only for stop words system index (https://github.com/opensearch-project/ml-commons/pull/2283)
* Add a flag to control auto-deploy behavior (https://github.com/opensearch-project/ml-commons/pull/2276)


### Bug Fixes
* fix stopwords npe ([#2311](https://github.com/opensearch-project/ml-commons/pull/2311))
* guardrails npe ([#2304](https://github.com/opensearch-project/ml-commons/pull/2304))
* not sending failure message when model index isn't present ([#2351](https://github.com/opensearch-project/ml-commons/pull/2351))
* fix guardrails mapping (https://github.com/opensearch-project/ml-commons/pull/2279)
* fix no model group index issue in connector helper notebook ([#2336](https://github.com/opensearch-project/ml-commons/pull/2336))
* Fixes #2317 predict api not working with asymmetric models ([#2318](https://github.com/opensearch-project/ml-commons/pull/2318))
* fixing isHidden null issue ([#2337](https://github.com/opensearch-project/ml-commons/pull/2337))
* fix remote register model / circuit breaker 500(https://github.com/opensearch-project/ml-commons/pull/2264)
* guardrails bug fixes and IT for creating guardrails (https://github.com/opensearch-project/ml-commons/pull/2269)
* Added missing result filter to inference ([#2367](https://github.com/opensearch-project/ml-commons/pull/2367))
* making Boolean type for isHidden ([#2341](https://github.com/opensearch-project/ml-commons/pull/2341))

### Refactoring
* feat: Add search index tool ([#2356](https://github.com/opensearch-project/ml-commons/pull/2356))
* Move visualization tool to ml-commons ([#2363](https://github.com/opensearch-project/ml-commons/pull/2363))


### Documentation
* Add connector blueprint for VertexAI Embedding endpoint ([#2268](https://github.com/opensearch-project/ml-commons/pull/2268))


### Infrastructure
* remove checkstyle ([#2312](https://github.com/opensearch-project/ml-commons/pull/2312))
* Increase rounding delta from 0.005% to 0.5% on RestMLInferenceIngestProcessorIT ([#2372](https://github.com/opensearch-project/ml-commons/pull/2372))
* add agent framework security it tests by (https://github.com/opensearch-project/ml-commons/pull/2266)

### Maintenance
* fix CVE for org.eclipse.core.runtime ([#2378](https://github.com/opensearch-project/ml-commons/pull/2378))

0 comments on commit f96e832

Please sign in to comment.