-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Enable Semantic Search CCS When ccs_minimize_roundtrips=true #135309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 35 commits
8a7069f
f2e8d10
d444199
3133d6f
679f3c0
d02419c
f9d0d51
fc7fadc
c439bd2
7db5ff8
455055a
990f69a
3fc3e5b
2ce408a
ec40327
fe71bc7
e7269e6
deeefcb
1d38967
3c1acdf
9fd9c66
e929355
3815f26
c82d083
588eebd
ba54ae8
5b91665
023acd7
27913a5
f67267c
0c1bf91
66c0c09
310208a
9000d35
88fafad
7f071f0
60f9be4
fdf1ccf
b4721fd
00fe101
cf70b70
9d5c68a
bab63a5
d9be362
441eba4
4074052
2e49792
e0a7187
d4d8f24
da5ebb6
b6e6e6c
c124e02
825bc9a
3beb2d8
7333107
e082519
0794501
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| pr: 135309 | ||
| summary: Enable semantic search CCS when ccs_minimize_roundtrips=true | ||
| area: Vector Search | ||
| type: enhancement | ||
| issues: [] |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 9171000 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| initial_elasticsearch_8_18_8,8840010 | ||
| transform_check_for_dangling_tasks,8840011 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. weird that CI pushed this changes - probably merging main here will make these disappear
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still figuring out the new "simplified" transport versions. There are some rough edges :) |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| initial_elasticsearch_8_19_5,8841069 | ||
| transform_check_for_dangling_tasks,8841070 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| initial_elasticsearch_9_0_8,9000017 | ||
| transform_check_for_dangling_tasks,9000018 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| initial_elasticsearch_9_1_5,9112008 | ||
| transform_check_for_dangling_tasks,9112009 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| inference_api_openai_embeddings_headers,9169000 | ||
| semantic_search_ccs_support,9171000 |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, we can't write effective YAML tests for semantic search CCS because we cannot deploy the test inference service plugin (which allows us to execute semantic queries using mock inference services to generate query vectors) to the BwC distributions that also execute these tests. It shouldn't be a problem though because we get all the test coverage we need through a combination of:
SemanticCrossClusterSearchIT)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Friendly reminder to update rest compatibility so this test isn't executed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't rest compatibility already be broken in CI if that were going to be an issue for this PR?