diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a52da420ad0..4dc8718cd9e 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -14,8 +14,6 @@ New Features * SOLR-14673: Solr CLI now has bin/solr stream tool that executates streaming expressions via command line, either locally or on solr cluster. (Eric Pugh) -* SOLR-17525: Added knn_text_to_vector query parser to encode text to vector at query time through external LLM services. (Alessandro Benedetti) - Improvements --------------------- @@ -180,6 +178,8 @@ New Features * SOLR-17150: Implement `memAllowed` parameter to limit per-thread memory allocations during request processing. (Andrzej Bialecki, Gus Heck) +* SOLR-17525: Added knn_text_to_vector query parser to encode text to vector at query time through external LLM services. (Alessandro Benedetti) + Improvements --------------------- * SOLR-17158: Users using query limits (timeAllowed, cpuTimeAllowed) for whom partial results are uninteresting