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
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+12-16
Original file line number
Diff line number
Diff line change
@@ -24,29 +24,25 @@ To check for security updates, go to [Security announcements for the Elastic sta
24
24
25
25
### Highlights [elasticsearch-900-highlights]
26
26
27
-
::::{dropdown} Add new experimental `rank_vectors` mapping for late-interaction second order ranking
28
-
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.
27
+
::::{dropdown} rank_vectors field type is now available for late-interaction ranking
29
28
30
-
For more information, check [PR #118804](https://github.com/elastic/elasticsearch/pull/118804).
31
-
::::
29
+
[`rank_vectors`](../reference/elasticsearch/mapping-reference/rank-vectors.md) is a new field type released as an experimental feature in Elasticsearch 9.0. It is designed to be used with dense vectors and allows for late-interaction second order ranking.
32
30
33
-
::::{dropdown} Enable LOOKUP JOIN in non-snapshot builds
34
-
This effectively releases LOOKUP JOIN into tech preview. Docs will
35
-
follow in a separate PR.
31
+
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.
32
+
::::
36
33
37
-
- Enable the lexing/grammar for LOOKUP JOIN in non-snapshot builds.
38
-
- 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.
39
-
- 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.
34
+
::::{dropdown} ES|QL LOOKUP JOIN is now available in technical preview
40
35
41
-
Also fix https://github.com/elastic/elasticsearch/issues/121185
36
+
[LOOKUP JOIN](../reference/query-languages/esql/esql-commands.md) is now available in technical preview. LOOKUP JOIN combines data from your ES|QL queries with matching records from a lookup index, enabling you to:
42
37
43
-
For more information, check [PR #121193](https://github.com/elastic/elasticsearch/pull/121193).
38
+
- Enrich your search results with reference data
39
+
- Speed up root-cause analysis and security investigations
40
+
- Join data across indices without complex queries
41
+
- Reduce operational overhead when correlating events
44
42
::::
45
43
46
-
::::{dropdown} Release semantic_text as a GA feature
47
-
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.
48
-
49
-
For more information, check [PR #124669](https://github.com/elastic/elasticsearch/pull/124669).
44
+
::::{dropdown} The semantic_text field type is now GA
45
+
[`semantic_text`](../reference/elasticsearch/mapping-reference/semantic-text.md) 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.
50
46
::::
51
47
52
48
### Features and enhancements [elasticsearch-900-features-enhancements]
0 commit comments