From cb1b3f8907a5584c602f0c137a156dd732befe18 Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Wed, 17 Apr 2024 10:58:49 -0700 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Junqiu Lei --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e34def9..3a9da1d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased 2.x](https://github.com/opensearch-project/k-NN/compare/2.13...2.x) ### Features -* Support distance type radius search for Lucene engine [#1498](https://github.com/opensearch-project/k-NN/pull/1498) -* Support distance type radius search for Faiss engine [#1546](https://github.com/opensearch-project/k-NN/pull/1546) -* Support score type threshold in radial search [#1589](https://github.com/opensearch-project/k-NN/pull/1589) +* Support radial search in k-NN plugin [#1617](https://github.com/opensearch-project/k-NN/pull/1617) ### Enhancements * Make the HitQueue size more appropriate for exact search [#1549](https://github.com/opensearch-project/k-NN/pull/1549) * Support script score when doc value is disabled [#1573](https://github.com/opensearch-project/k-NN/pull/1573)