|
| 1 | +## Version 2.13.0.0 Release Notes |
| 2 | + |
| 3 | +Compatible with OpenSearch 2.13.0 |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | +* hidden agent ([#2204](https://github.com/opensearch-project/ml-commons/pull/2204)) |
| 8 | +* auto deployment for remote models ([#2206](https://github.com/opensearch-project/ml-commons/pull/2206)) |
| 9 | +* support question answering model ([#2208](https://github.com/opensearch-project/ml-commons/pull/2208)) |
| 10 | +* Guardrails for remote model input and output ([#2209](https://github.com/opensearch-project/ml-commons/pull/2209)) |
| 11 | + |
| 12 | +### Enhancements |
| 13 | +* Adding connector http timeout in the connector level ([#1835](https://github.com/opensearch-project/ml-commons/pull/1835)) |
| 14 | +* enable auto redeploy for hidden model ([#2102](https://github.com/opensearch-project/ml-commons/pull/2102)) |
| 15 | +* Add verification to rate limiter number field ([#2113](https://github.com/opensearch-project/ml-commons/pull/2113)) |
| 16 | +* asymmetric embeddings ([#2123](https://github.com/opensearch-project/ml-commons/pull/2123)) |
| 17 | +* Set the number of ml system index primary shards to 1 ([#2137](https://github.com/opensearch-project/ml-commons/pull/2137)) |
| 18 | +* prevent exposing internal ip when an agent gets an internal OpenSearch exception ([#2154](https://github.com/opensearch-project/ml-commons/pull/2154)) |
| 19 | +* Change the index update settings to make it only contain dynamic settings ([#2156](https://github.com/opensearch-project/ml-commons/pull/2156)) |
| 20 | +* add remote predict thread pool ([#2207](https://github.com/opensearch-project/ml-commons/pull/2207)) |
| 21 | +* add local inference enabling/disabling setting ([#2232](https://github.com/opensearch-project/ml-commons/pull/2232)) |
| 22 | +* Add request level parameters for system_prompt and user_instructions ([#2236](https://github.com/opensearch-project/ml-commons/pull/2236)) |
| 23 | + |
| 24 | +### Infrastructure |
| 25 | +* Add integration tests for the RAG pipeline covering OpenAI and Bedrock ([#2213](https://github.com/opensearch-project/ml-commons/pull/2213)) |
| 26 | + |
| 27 | +### Bug Fixes |
| 28 | +* fix error code when executing agent ([#2120](https://github.com/opensearch-project/ml-commons/pull/2120)) |
| 29 | +* fix npe when executing agent with empty parameter ([#2145](https://github.com/opensearch-project/ml-commons/pull/2145)) |
| 30 | +* fix delete model cache on macOS causing model deploy fail with model ([#2180](https://github.com/opensearch-project/ml-commons/pull/2180)) |
| 31 | +* adding BWC for connector config field ([#2184](https://github.com/opensearch-project/ml-commons/pull/2184)) |
| 32 | +* Fix onnx dep ([#2198](https://github.com/opensearch-project/ml-commons/pull/2198)) |
| 33 | +* update the response code to 404 when deleting a memory ([#2212](https://github.com/opensearch-project/ml-commons/pull/2212)) |
| 34 | +* Fix model enable flag not loading ([#2221](https://github.com/opensearch-project/ml-commons/pull/2221)) |
| 35 | +* updating ml_connector schema version ([#2228](https://github.com/opensearch-project/ml-commons/pull/2228)) |
| 36 | +* fix json error ([#2234](https://github.com/opensearch-project/ml-commons/pull/2234)) |
| 37 | +* update remote model auto deploy tests in predict runner ([#2237](https://github.com/opensearch-project/ml-commons/pull/2237)) |
| 38 | + |
| 39 | +### Documentation |
| 40 | +* Add Cohere Chat blueprint with RAG ([#1991](https://github.com/opensearch-project/ml-commons/pull/1991)) |
| 41 | +* add tutorial for semantic search with byte quantized vector and Cohere embedding model ([#2127](https://github.com/opensearch-project/ml-commons/pull/2127)) |
| 42 | +* add tutorial for rerank pipeline with Cohere rerank model ([#2134](https://github.com/opensearch-project/ml-commons/pull/2134)) |
| 43 | +* add tutorial for chatbot with rag ([#2141](https://github.com/opensearch-project/ml-commons/pull/2141)) |
| 44 | +* add tutorial for building your own chatbot ([#2144](https://github.com/opensearch-project/ml-commons/pull/2144)) |
| 45 | +* add tutorial for CFN template integration ([#2161](https://github.com/opensearch-project/ml-commons/pull/2161)) |
| 46 | +* fix cohere chat blueprint ([#2167](https://github.com/opensearch-project/ml-commons/pull/2167)) |
| 47 | +* add demo notebook for creating connector ([#2192](https://github.com/opensearch-project/ml-commons/pull/2192)) |
| 48 | +* enhance connector helper notebook to support 2.9 ([#2202](https://github.com/opensearch-project/ml-commons/pull/2202)) |
| 49 | + |
| 50 | + |
| 51 | +### Maintenance |
| 52 | +* Updates sample cert and admin keystore ([#2143](https://github.com/opensearch-project/ml-commons/pull/2143)) |
| 53 | +* Bump common-compress package to fix CVE ([#2186](https://github.com/opensearch-project/ml-commons/pull/2186)) |
| 54 | +* Suppress removal AccessController in java.security has been deprecated and marked for removal ([#2195](https://github.com/opensearch-project/ml-commons/pull/2195)) |
| 55 | + |
| 56 | +### Refactoring |
| 57 | +* refactor memory logs ([#2121](https://github.com/opensearch-project/ml-commons/pull/2121)) |
| 58 | +* parse tool input to map ([#2131](https://github.com/opensearch-project/ml-commons/pull/2131)) |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
0 commit comments