From ed957359c49b95e05d428d50be4a080eb83b3130 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:22:05 -0500 Subject: [PATCH] Corrects release notes for 2.17 for rescore enhancement (#889) (#891) Signed-off-by: Tejas Shah (cherry picked from commit 8646863b61716c91c126a0bc0f6a88a87da599c8) Co-authored-by: Tejas Shah --- CHANGELOG.md | 1 - .../opensearch-neural-search.release-notes-2.17.0.0.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6108e9293..b7d4c926a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.17...2.x) ### Features ### Enhancements -- Adds rescore parameter support ([#885](https://github.com/opensearch-project/neural-search/pull/885)) ### Bug Fixes ### Infrastructure ### Documentation diff --git a/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md index 285758258..6ee7c653a 100644 --- a/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md @@ -2,6 +2,8 @@ Compatible with OpenSearch 2.17.0 +### Enhancements +- Adds rescore parameter support ([#885](https://github.com/opensearch-project/neural-search/pull/885)) ### Bug Fixes - Removing code to cut search results of hybrid search in the priority queue ([#867](https://github.com/opensearch-project/neural-search/pull/867)) - Fixed merge logic in hybrid query for multiple shards case ([#877](https://github.com/opensearch-project/neural-search/pull/877))