From b0fcd16a5fa68127e57acdd9c119c37e920b3509 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:35:35 +0200 Subject: [PATCH] [8.x] Delete old stuff from highlights.asciidoc --- .../release-notes/highlights.asciidoc | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/docs/reference/release-notes/highlights.asciidoc b/docs/reference/release-notes/highlights.asciidoc index 32998b9655ad6..bc083a52df9b8 100644 --- a/docs/reference/release-notes/highlights.asciidoc +++ b/docs/reference/release-notes/highlights.asciidoc @@ -35,33 +35,6 @@ endif::[] // tag::notable-highlights[] -[discrete] -[[add_new_experimental_rank_vectors_mapping_for_late_interaction_second_order_ranking]] -=== `rank_vectors` field type is now available for late-interaction ranking - -<> is a new field type released as an experimental feature in {es} {minor-version}. It is designed to be used with dense vectors and allows for late-interaction second order ranking. - -Late-interaction models are powerful rerankers. While their size and overall cost doesn't lend itself for HNSW indexing, utilizing them as second order reranking can provide excellent boosts in relevance. The new `rank_vectors` mapping allows for rescoring over new and novel multi-vector late-interaction models like ColBERT or ColPali. - -[discrete] -[[enable_lookup_join_in_non_snapshot_builds]] -=== {esql} LOOKUP JOIN is now available in technical preview - -<> is now available in technical preview. -LOOKUP JOIN combines data from your {esql} queries with matching records from a lookup index, enabling you to: - -* Enrich your search results with reference data -* Speed up root-cause analysis and security investigations -* Join data across indices without complex queries -* Reduce operational overhead when correlating events - -[discrete] -[[release_semantic_text_as_ga_feature]] -=== The `semantic_text` field type is now GA - -<> is now an official GA (generally available) feature! This field type allows you to easily set up and perform semantic search with minimal ramp up time. - - // end::notable-highlights[]