forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into kderusso/ccr-text-expansion-bugfix
- Loading branch information
Showing
95 changed files
with
1,575 additions
and
816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pr: 105578 | ||
summary: Upgrade to Lucene 9.10.0 | ||
area: Search | ||
type: enhancement | ||
issues: [] | ||
highlight: | ||
title: New Lucene 9.10 release | ||
body: |- | ||
- https://github.com/apache/lucene/pull/13090: Prevent humongous allocations in ScalarQuantizer when building quantiles. | ||
- https://github.com/apache/lucene/pull/12962: Speedup concurrent multi-segment HNSW graph search | ||
- https://github.com/apache/lucene/pull/13033: Range queries on numeric/date/ip fields now exit earlier on segments whose values don't intersect with the query range. This should especially help when there are other required clauses in the `bool` query and when the range filter is narrow, e.g. filtering on the last 5 minutes. | ||
- https://github.com/apache/lucene/pull/13026: `bool` queries that mix `filter` and `should` clauses will now propagate minimum competitive scores through the `should` clauses. This should yield speedups when sorting by descending score. | ||
notable: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
docs/reference/tab-widgets/inference-api/infer-api-ingest-pipeline-widget.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
++++ | ||
<div class="tabs" data-tab-group="model"> | ||
<div role="tablist" aria-label="model"> | ||
<button role="tab" | ||
aria-selected="true" | ||
aria-controls="infer-api-ingest-cohere-tab" | ||
id="infer-api-ingest-cohere"> | ||
Cohere | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="infer-api-ingest-openai-tab" | ||
id="infer-api-ingest-openai"> | ||
OpenAI | ||
</button> | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="infer-api-ingest-cohere-tab" | ||
aria-labelledby="infer-api-ingest-cohere"> | ||
++++ | ||
|
||
include::infer-api-ingest-pipeline.asciidoc[tag=cohere] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="infer-api-ingest-openai-tab" | ||
aria-labelledby="infer-api-ingest-openai" | ||
hidden=""> | ||
++++ | ||
|
||
include::infer-api-ingest-pipeline.asciidoc[tag=openai] | ||
|
||
++++ | ||
</div> | ||
</div> | ||
++++ |
Oops, something went wrong.