You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== `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.
0 commit comments