From f7e0ef04edd7d9ae2d139f60119179e7ac6abd9e Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Thu, 16 May 2024 12:32:27 -0700 Subject: [PATCH] update changelog Signed-off-by: Vijayan Balasubramanian --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb02a26d9..2ed5beee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Features ### 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)) +- Implement parallel execution of sub-queries for hybrid search ([#749](https://github.com/opensearch-project/neural-search/pull/749)) ### Bug Fixes ### Infrastructure ### Documentation