From 8646863b61716c91c126a0bc0f6a88a87da599c8 Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Thu, 5 Sep 2024 10:19:00 -0700 Subject: [PATCH] Corrects release notes for 2.17 for rescore enhancement (#889) Signed-off-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 6b2dfbcf5..5290345db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,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))