From 4ac28afdd22e0076f09eeace3974aedb380e1bd8 Mon Sep 17 00:00:00 2001 From: Sahil Buddharaju Date: Tue, 26 Nov 2024 11:12:06 -0800 Subject: [PATCH] Changed changelog Signed-off-by: Sahil Buddharaju --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a8d7974..f614a2368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Features ### Enhancements - Introduced a writing layer in native engines where relies on the writing interface to process IO. (#2241)[https://github.com/opensearch-project/k-NN/pull/2241] +- Allow method parameter override for training based indices (#2290) https://github.com/opensearch-project/k-NN/pull/2290] ### Bug Fixes * Fixing the bug when a segment has no vector field present for disk based vector search (#2282)[https://github.com/opensearch-project/k-NN/pull/2282] ### Infrastructure