-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 113374 | ||
summary: Add ESQL match function | ||
area: ES|QL | ||
type: feature | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
pr: 113735 | ||
summary: "ESQL: Introduce per agg filter" | ||
area: ES|QL | ||
type: feature | ||
issues: [] | ||
highlight: | ||
title: "ESQL: Introduce per agg filter" | ||
body: |- | ||
Add support for aggregation scoped filters that work dynamically on the | ||
data in each group. | ||
[source,esql] | ||
---- | ||
| STATS success = COUNT(*) WHERE 200 <= code AND code < 300, | ||
redirect = COUNT(*) WHERE 300 <= code AND code < 400, | ||
client_err = COUNT(*) WHERE 400 <= code AND code < 500, | ||
server_err = COUNT(*) WHERE 500 <= code AND code < 600, | ||
total_count = COUNT(*) | ||
---- | ||
Implementation wise, the base AggregateFunction has been extended to | ||
allow a filter to be passed on. This is required to incorporate the | ||
filter as part of the aggregate equality/identity which would fail with | ||
the filter as an external component. | ||
As part of the process, the serialization for the existing aggregations | ||
had to be fixed so AggregateFunction implementations so that it | ||
delegates to their parent first. | ||
notable: true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114168 | ||
summary: Add a query rules tester API call | ||
area: Relevance | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 114407 | ||
summary: Fix synthetic source handling for `bit` type in `dense_vector` field | ||
area: Search | ||
type: bug | ||
issues: | ||
- 114402 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114439 | ||
summary: Adding new bbq index types behind a feature flag | ||
area: Vector Search | ||
type: feature | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114453 | ||
summary: Switch default chunking strategy to sentence | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114482 | ||
summary: Remove snapshot build restriction for match and qstr functions | ||
area: ES|QL | ||
type: feature | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114549 | ||
summary: Send mid-stream errors to users | ||
area: Machine Learning | ||
type: bug | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114596 | ||
summary: Stream Google Completion | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114623 | ||
summary: Preserve thread context when waiting for segment generation in RTG | ||
area: CRUD | ||
type: bug | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114636 | ||
summary: Dynamically get of num allocations | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 114638 | ||
summary: "ES|QL: Restrict sorting for `_source` and counter field types" | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 114423 | ||
- 111976 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114683 | ||
summary: Default inference endpoint for the multilingual-e5-small model | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114715 | ||
summary: Ignore unrecognized openai sse fields | ||
area: Machine Learning | ||
type: bug | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114719 | ||
summary: Wait for allocation on scale up | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114732 | ||
summary: Stream Bedrock Completion | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.