Skip to content

Commit 90869d4

Browse files
authored
Revert reversion to highlights.asciidoc
I'm not awake
1 parent c8585b1 commit 90869d4

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

docs/reference/release-notes/highlights.asciidoc

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,32 @@ endif::[]
3535

3636
// tag::notable-highlights[]
3737

38-
// The notable-highlights tag marks entries that
39-
// should be featured in the Stack Installation and Upgrade Guide:
40-
// tag::notable-highlights[]
41-
// [discrete]
42-
// === Heading
43-
//
44-
// Description.
38+
[discrete]
39+
[[add_new_experimental_rank_vectors_mapping_for_late_interaction_second_order_ranking]]
40+
=== `rank_vectors` field type is now available for late-interaction ranking
41+
42+
<<rank-vectors,`rank_vectors`>> 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.
43+
44+
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.
45+
46+
[discrete]
47+
[[enable_lookup_join_in_non_snapshot_builds]]
48+
=== {esql} LOOKUP JOIN is now available in technical preview
49+
50+
<<esql-lookup-join,LOOKUP JOIN>> is now available in technical preview.
51+
LOOKUP JOIN combines data from your {esql} queries with matching records from a lookup index, enabling you to:
52+
53+
* Enrich your search results with reference data
54+
* Speed up root-cause analysis and security investigations
55+
* Join data across indices without complex queries
56+
* Reduce operational overhead when correlating events
57+
58+
[discrete]
59+
[[release_semantic_text_as_ga_feature]]
60+
=== The `semantic_text` field type is now GA
61+
62+
<<semantic-text,`semantic_text`>> 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.
63+
4564

4665
// end::notable-highlights[]
4766

0 commit comments

Comments
 (0)