From f8f89c60e3d0b5f5426b8f93f5363756c5c5a640 Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Thu, 5 Sep 2024 10:16:08 -0700 Subject: [PATCH] Corrects release notes for 2.17 for rescore enhancement 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))