Skip to content

Commit 590189a

Browse files
committed
Clean up highlights
1 parent d51a013 commit 590189a

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

docs/reference/release-notes/highlights.asciidoc

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,39 +36,28 @@ endif::[]
3636

3737
[discrete]
3838
[[add_new_experimental_rank_vectors_mapping_for_late_interaction_second_order_ranking]]
39-
=== Add new experimental `rank_vectors` mapping for late-interaction second order ranking
40-
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.
41-
42-
{es-pull}118804[#118804]
39+
=== `rank_vectors` field type is now available for late-interaction ranking
4340

44-
[discrete]
45-
[[8_x_add_new_experimental_rank_vectors_mapping_for_late_interaction_second_order_ranking]]
46-
=== [8.x] Add new experimental `rank_vectors` mapping for late-interaction second order ranking
47-
Backports the following commits to 8.x: - Add new experimental
48-
rank_vectors mapping for late-interaction second order ranking (#118804)
41+
<<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.
4942

50-
{es-pull}119601[#119601]
43+
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.
5144

5245
[discrete]
5346
[[enable_lookup_join_in_non_snapshot_builds]]
54-
=== Enable LOOKUP JOIN in non-snapshot builds
55-
This effectively releases LOOKUP JOIN into tech preview. Docs will
56-
follow in a separate PR.
47+
=== LOOKUP JOIN is now available in technical preview
48+
49+
<<esql-lookup-join,LOOKUP JOIN>> is now available in technical preview.
5750

5851
- Enable the lexing/grammar for LOOKUP JOIN in non-snapshot builds.
5952
- Remove the grammar for the unsupported `| JOIN ...` command (without `LOOKUP` as first keyword). The way the lexer modes work, otherwise we'd also have to enable `| JOIN ...` syntax on non-snapshot builds and would have to add additional validation to provide appropriate error messages.
6053
- Remove grammar for `LOOKUP JOIN index AS ...` because qualifiers are not yet supported. Otherwise we'd have to put in additional validation as well to prevent such queries.
6154

62-
Also fix https://github.com/elastic/elasticsearch/issues/121185
63-
64-
{es-pull}121193[#121193]
65-
6655
[discrete]
6756
[[release_semantic_text_as_ga_feature]]
68-
=== Release semantic_text as a GA feature
69-
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.
57+
=== The `semantic_text` field type is now GA
58+
59+
<<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.
7060

71-
{es-pull}124670[#124670]
7261

7362
// end::notable-highlights[]
7463

0 commit comments

Comments
 (0)