Skip to content

Commit daf612f

Browse files
authored
[8.3][DOCS] Adds ML-related highlights through yaml files. (#87908)
1 parent 39cd6db commit daf612f

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/changelog/85958.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ summary: Adds new `question_answering` NLP task for extracting answers to questi
44
area: Machine Learning
55
type: enhancement
66
issues: []
7+
highlight:
8+
title: Question answering NLP task
9+
body: |-
10+
We introduce a new question answering NLP task in 8.3. This task extracts
11+
the relevant section that answers a specific question from a larger context.
12+
This is especially suited to search requests against large documents. You
13+
can find an example of extracting an answer from a larger wiki article about
14+
Tower Bridge below.
15+
16+
[role="screenshot"]
17+
image::../images/nlp-qa-rh.png[A screenshot of a question answering NLP task in {kib}]
18+
notable: true

docs/changelog/86501.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pr: 86501
2+
summary: Support `range` aggregation in transform
3+
area: Transform
4+
type: enhancement
5+
issues: []
6+
highlight:
7+
title: Transforms support range aggregation
8+
body: |-
9+
Now it is possible to use the range aggregations in {transforms}.
10+
{transforms-cap} didn’t support multi-bucket aggregations, but this
11+
limitation no longer exist.
12+
notable: true
103 KB
Loading

0 commit comments

Comments
 (0)