|
| 1 | +## Version 2.14.0.0 Release Notes |
| 2 | + |
| 3 | +Compatible with OpenSearch 2.14.0.0 |
| 4 | + |
| 5 | +### Features |
| 6 | +* Initiate MLInferencelngestProcessor ([#2205](https://github.com/opensearch-project/ml-commons/pull/2205)) |
| 7 | +* Add TTL to un-deploy model automatically ([#2365](https://github.com/opensearch-project/ml-commons/pull/2365)) |
| 8 | +* ML Model Interface ([#2357](https://github.com/opensearch-project/ml-commons/pull/2357)) |
| 9 | + |
| 10 | +### Enhancements |
| 11 | +* Change httpclient to async ([#1958](https://github.com/opensearch-project/ml-commons/pull/1958)) |
| 12 | +* Migrate RAG pipeline to async processing. ([#2345](https://github.com/opensearch-project/ml-commons/pull/2345)) |
| 13 | +* Filtering hidden model info from model profiling for users other than superadmin ([#2332](https://github.com/opensearch-project/ml-commons/pull/2332)) |
| 14 | +* check model auto deploy ([#2288](https://github.com/opensearch-project/ml-commons/pull/2288)) |
| 15 | +* restrict stash context only for stop words system index (https://github.com/opensearch-project/ml-commons/pull/2283) |
| 16 | +* Add a flag to control auto-deploy behavior (https://github.com/opensearch-project/ml-commons/pull/2276) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | +* fix stopwords npe ([#2311](https://github.com/opensearch-project/ml-commons/pull/2311)) |
| 21 | +* guardrails npe ([#2304](https://github.com/opensearch-project/ml-commons/pull/2304)) |
| 22 | +* not sending failure message when model index isn't present ([#2351](https://github.com/opensearch-project/ml-commons/pull/2351)) |
| 23 | +* fix guardrails mapping (https://github.com/opensearch-project/ml-commons/pull/2279) |
| 24 | +* fix no model group index issue in connector helper notebook ([#2336](https://github.com/opensearch-project/ml-commons/pull/2336)) |
| 25 | +* Fixes #2317 predict api not working with asymmetric models ([#2318](https://github.com/opensearch-project/ml-commons/pull/2318)) |
| 26 | +* fixing isHidden null issue ([#2337](https://github.com/opensearch-project/ml-commons/pull/2337)) |
| 27 | +* fix remote register model / circuit breaker 500(https://github.com/opensearch-project/ml-commons/pull/2264) |
| 28 | +* guardrails bug fixes and IT for creating guardrails (https://github.com/opensearch-project/ml-commons/pull/2269) |
| 29 | +* Added missing result filter to inference ([#2367](https://github.com/opensearch-project/ml-commons/pull/2367)) |
| 30 | +* making Boolean type for isHidden ([#2341](https://github.com/opensearch-project/ml-commons/pull/2341)) |
| 31 | + |
| 32 | +### Refactoring |
| 33 | +* feat: Add search index tool ([#2356](https://github.com/opensearch-project/ml-commons/pull/2356)) |
| 34 | +* Move visualization tool to ml-commons ([#2363](https://github.com/opensearch-project/ml-commons/pull/2363)) |
| 35 | + |
| 36 | + |
| 37 | +### Documentation |
| 38 | +* Add connector blueprint for VertexAI Embedding endpoint ([#2268](https://github.com/opensearch-project/ml-commons/pull/2268)) |
| 39 | + |
| 40 | + |
| 41 | +### Infrastructure |
| 42 | +* remove checkstyle ([#2312](https://github.com/opensearch-project/ml-commons/pull/2312)) |
| 43 | +* Increase rounding delta from 0.005% to 0.5% on RestMLInferenceIngestProcessorIT ([#2372](https://github.com/opensearch-project/ml-commons/pull/2372)) |
| 44 | +* add agent framework security it tests by (https://github.com/opensearch-project/ml-commons/pull/2266) |
| 45 | + |
| 46 | +### Maintenance |
| 47 | +* fix CVE for org.eclipse.core.runtime ([#2378](https://github.com/opensearch-project/ml-commons/pull/2378)) |
| 48 | + |
0 commit comments