-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
semantic_text field mapper and inference #107262
Closed
carlosdelest
wants to merge
56
commits into
elastic:main
from
carlosdelest:carlosdelest/semantic-text-field-mapping
Closed
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
9332ef9
Merge branch 'main' into feature/semantic-text
Mikep86 9311f50
Merge branch 'main' into feature/semantic-text
Mikep86 f86ae02
Merge branch 'main' into feature/semantic-text
Mikep86 d06038c
Merge branch 'main' into feature/semantic-text
Mikep86 833469c
Store semantic_text model info in mappings (#103319)
Mikep86 64b4799
semantic_text inference results indexing (#103978)
Mikep86 eda88d0
Merge branch 'main' into feature/semantic-text
carlosdelest 94805a6
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest 551fe80
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest 7e2610b
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest e3b6a65
Move semantic_text field mappers to inference plugin (#105187)
carlosdelest 553484c
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest ca65a70
semantic_text - Field inference (#103697)
carlosdelest 16762be
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest f3d5a78
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest ffa4d40
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest 3f7ccde
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest 881c394
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest b1a3ee8
Semantic text dense vector support (#105515)
carlosdelest 2039fb3
This was supposed to be merged into #105515 but didn't make it
carlosdelest db67976
Merge branch 'main' into feature/semantic-text
Mikep86 3ca808b
semantic_text - extract Index Metadata inference information to separ…
carlosdelest 823fb58
[feature/semantic_text] Refactor inference to run as an action filter…
jimczi d4e283d
[feature/semantic_text] Register semantic text sub fields in the mapp…
jimczi 9531948
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest 122e439
Fix build error
Mikep86 ef3abd9
[feature/semantic-text] Simplify the integration of the field inferen…
jimczi 2e89d99
Merge branch 'main' into feature/semantic-text
Mikep86 b6ca8d2
[feature/semantic-text] semantic text copy to support (#106689)
carlosdelest 2c11a3f
Merge remote-tracking branch 'upstream/main' into feature/semantic-text
jimczi 5556763
[feature/semantic-text] Move the inference results back to the origin…
jimczi 17f1fde
semantic_text: Add cluster metadata information for inference field m…
carlosdelest 4025d2c
Add javadoc
carlosdelest d78acc3
Fix test helper
carlosdelest 7a2b70b
PR Review comments
carlosdelest 6b83424
Merge branch 'refs/heads/main' into feature/semantic-text
carlosdelest f565596
[feature/semantic-text] Handle chunked error (#107192)
jimczi dc46e88
Add test coverage for null constructor args
carlosdelest 937572d
Add first query tests
carlosdelest bef2214
Add inner_hits tests
carlosdelest 84a2735
Add mapping incompatibility tests
carlosdelest 81c864c
Merge remote-tracking branch 'origin/main' into feature/semantic-text
carlosdelest 750f895
Merge branch 'refs/heads/feature/semantic-text' into carlosdelest/sem…
carlosdelest 1f78a4a
Merge branch 'refs/heads/main' into carlosdelest/semantic-text-field-…
carlosdelest b0e6d43
Add semantic_text field mapper and inference generation
carlosdelest 531d1b1
Merge branch 'main' into carlosdelest/semantic-text-index-metadata-ch…
carlosdelest 537f610
Merge branch 'refs/heads/carlosdelest/semantic-text-add-query-tests' …
carlosdelest 3bce501
Add tests pending from #107256
carlosdelest 3c29dcb
Merge branch 'refs/heads/carlosdelest/semantic-text-index-metadata-ch…
carlosdelest 0f57a5b
Fix merge
carlosdelest 3e847f4
Fix merge
carlosdelest c0960fa
Fix merge
carlosdelest ff8365a
Update docs/changelog/107262.yaml
carlosdelest 7d8fe11
Merge branch 'refs/heads/main' into carlosdelest/semantic-text-field-…
carlosdelest 6805726
Merge remote-tracking branch 'carlosdelest/carlosdelest/semantic-text…
carlosdelest 7dbb53b
Update changelog
carlosdelest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 107262 | ||
summary: semantic_text field mapper and inference generation | ||
area: Mapping | ||
type: feature | ||
issues: [] |
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
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
21 changes: 0 additions & 21 deletions
21
server/src/main/java/org/elasticsearch/index/mapper/InferenceModelFieldType.java
This file was deleted.
Oops, something went wrong.
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
91 changes: 0 additions & 91 deletions
91
server/src/main/java/org/elasticsearch/inference/SemanticTextModelSettings.java
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Check that copy_to information is included in source paths for inference fields