From 0e8b01479b0190cfe422bb9799f531e67ea4e7ac Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Mon, 20 May 2024 18:12:19 +0800 Subject: [PATCH] update changelog Signed-off-by: yuye-aws --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb02a26d9..405863985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Enhancements - Pass empty doc collector instead of top docs collector to improve hybrid query latencies by 20% ([#731](https://github.com/opensearch-project/neural-search/pull/731)) ### Bug Fixes +- Fix multi node "no such index" error in text chunking processor ([#713](https://github.com/opensearch-project/neural-search/pull/713)) +- Fix BWC test failure in 2.13.0 in text chunking processor ([#752](https://github.com/opensearch-project/neural-search/pull/752)) ### Infrastructure ### Documentation ### Maintenance