From ed599ff5d19d657c48fcad64f75a6996183d3db0 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 10:02:01 -0700 Subject: [PATCH] Update release note for 2.14 release (#734) (#736) * update release note Signed-off-by: yuye-aws * update change log and release note Signed-off-by: yuye-aws * update change log Signed-off-by: yuye-aws --------- Signed-off-by: yuye-aws (cherry picked from commit 7c54c86e256cfb43d0e7623bda1f7590c4a18b0e) Co-authored-by: yuye-aws --- CHANGELOG.md | 1 - release-notes/opensearch-neural-search.release-notes-2.14.0.0.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c6be493..c1a88ca4e 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/), ### Features ### Enhancements ### Bug Fixes -- Fix multi node "no such index" error in text chunking processor ([#713](https://github.com/opensearch-project/neural-search/pull/713)) ### Infrastructure ### Documentation ### Maintenance diff --git a/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md index ef56d491b..5d5987a19 100644 --- a/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md @@ -17,6 +17,7 @@ Compatible with OpenSearch 2.14.0 * Fix typo for sparse encoding processor factory([#578](https://github.com/opensearch-project/neural-search/pull/578)) * Add non-null check for queryBuilder in NeuralQueryEnricherProcessor ([#615](https://github.com/opensearch-project/neural-search/pull/615)) * Add max_token_score field placeholder in NeuralSparseQueryBuilder to fix the rolling-upgrade from 2.x nodes bwc tests. ([#696](https://github.com/opensearch-project/neural-search/pull/696)) +* Fix multi node "no such index" error in text chunking processor. ([#713](https://github.com/opensearch-project/neural-search/pull/713)) ### Infrastructure * Adding integration tests for scenario of hybrid query with aggregations ([#632](https://github.com/opensearch-project/neural-search/pull/632)) ### Maintenance