File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,15 @@ summary: Adds new `question_answering` NLP task for extracting answers to questi
4
4
area : Machine Learning
5
5
type : enhancement
6
6
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments