From 624dfbab760236dfb656ec396944650ddbe256e8 Mon Sep 17 00:00:00 2001 From: Austin Lee Date: Thu, 21 Mar 2024 11:00:40 -0700 Subject: [PATCH] Add mention of support for Cohere in RAG to 2.13 release note. (#2260) Signed-off-by: Austin Lee --- release-notes/opensearch-ml-common.release-notes-2.13.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-ml-common.release-notes-2.13.0.0.md b/release-notes/opensearch-ml-common.release-notes-2.13.0.0.md index fcba821ee1..7aa883854b 100644 --- a/release-notes/opensearch-ml-common.release-notes-2.13.0.0.md +++ b/release-notes/opensearch-ml-common.release-notes-2.13.0.0.md @@ -20,6 +20,7 @@ Compatible with OpenSearch 2.13.0 * add remote predict thread pool ([#2207](https://github.com/opensearch-project/ml-commons/pull/2207)) * add local inference enabling/disabling setting ([#2232](https://github.com/opensearch-project/ml-commons/pull/2232)) * Add request level parameters for system_prompt and user_instructions ([#2236](https://github.com/opensearch-project/ml-commons/pull/2236)) +* Add support for Cohere and other chat model input/outputs in the RAG pipeline ([#2238](https://github.com/opensearch-project/ml-commons/pull/2238)) ### Infrastructure * Add integration tests for the RAG pipeline covering OpenAI and Bedrock ([#2213](https://github.com/opensearch-project/ml-commons/pull/2213))