From 4a8a653b8b80265c84e34ca6c8758d6e65b7cd5d Mon Sep 17 00:00:00 2001 From: Heemin Kim Date: Fri, 6 Oct 2023 15:45:50 -0700 Subject: [PATCH] Add 2.11 release note (#392) Signed-off-by: Heemin Kim (cherry picked from commit 0f73cc69d033b84f193405045eb2e0d57dcea69b) --- CHANGELOG.md | 6 +----- ...ensearch-neural-search.release-notes-2.11.0.0.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 release-notes/opensearch-neural-search.release-notes-2.11.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index eba702c00..b92edd850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased 3.0](https://github.com/opensearch-project/neural-search/compare/2.x...HEAD) ### Features -- Enabled support for applying default modelId in neural search query ([#337](https://github.com/opensearch-project/neural-search/pull/337) ### Enhancements ### Bug Fixes ### Infrastructure @@ -13,14 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.10...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.11...2.x) ### Features -Support sparse semantic retrieval by introducing `sparse_encoding` ingest processor and query builder ([#333](https://github.com/opensearch-project/neural-search/pull/333)) ### Enhancements -Add `max_token_score` parameter to improve the execution efficiency for `neural_sparse` query clause ([#348](https://github.com/opensearch-project/neural-search/pull/348)) ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance -Consumed latest changes from core, use QueryPhaseSearcherWrapper as parent class for Hybrid QPS ([#356](https://github.com/opensearch-project/neural-search/pull/356)) ### Refactoring diff --git a/release-notes/opensearch-neural-search.release-notes-2.11.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.11.0.0.md new file mode 100644 index 000000000..b60b6361b --- /dev/null +++ b/release-notes/opensearch-neural-search.release-notes-2.11.0.0.md @@ -0,0 +1,13 @@ +## Version 2.11.0.0 Release Notes + +Compatible with OpenSearch 2.11.0 + +### Features +* Support sparse semantic retrieval by introducing `sparse_encoding` ingest processor and query builder ([#333](https://github.com/opensearch-project/neural-search/pull/333)) +* Enabled support for applying default modelId in neural search query ([#337](https://github.com/opensearch-project/neural-search/pull/337) +### Enhancements +* Add `max_token_score` parameter to improve the execution efficiency for `neural_sparse` query clause ([#348](https://github.com/opensearch-project/neural-search/pull/348)) +### Bug Fixes +* Fixed exception in Hybrid Query for one shard and multiple node ([#396](https://github.com/opensearch-project/neural-search/pull/396)) +### Maintenance +* Consumed latest changes from core, use QueryPhaseSearcherWrapper as parent class for Hybrid QPS ([#356](https://github.com/opensearch-project/neural-search/pull/356))