-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Assistant] Migrate semantic_text to use highlighter instead of inner_hits #204962
Merged
patrykkopycinski
merged 7 commits into
elastic:main
from
patrykkopycinski:feat/semantic-text-highlighter
Jan 10, 2025
Merged
[Security Assistant] Migrate semantic_text to use highlighter instead of inner_hits #204962
patrykkopycinski
merged 7 commits into
elastic:main
from
patrykkopycinski:feat/semantic-text-highlighter
Jan 10, 2025
Conversation
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
patrykkopycinski
changed the title
Feat/semantic text highlighter
[Security Assistant] Migrate semantic_text to use highlighter instead of inner_hits
Dec 19, 2024
patrykkopycinski
added
release_note:skip
Skip the PR/issue when compiling release notes
v9.0.0
backport:prev-major
Backport to (8.x, 8.17, 8.16) the previous major branch and other branches in development
Feature:Security Assistant
Security Assistant
Team:Security Generative AI
Security Generative AI
v8.18.0
backport:version
Backport to applied version labels
and removed
backport:prev-major
Backport to (8.x, 8.17, 8.16) the previous major branch and other branches in development
labels
Dec 19, 2024
/ci |
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
History
|
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
stephmilovic
approved these changes
Jan 9, 2025
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.
LGTM!
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12712762063 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jan 10, 2025
… of inner_hits (elastic#204962) ## Summary Switch to use elastic/elasticsearch#118064 when retrieving Knowledge base Index entry docs Followed testing instructions from elastic#198020 Results: <img width="1498" alt="Zrzut ekranu 2024-12-19 o 16 32 28" src="https://github.com/user-attachments/assets/a16bf729-ac30-4ea7-9b11-6e9ecca842dc" /> <img width="1495" alt="Zrzut ekranu 2024-12-19 o 16 32 38" src="https://github.com/user-attachments/assets/016c08c3-9865-4461-86a5-638e9559b202" /> <img width="1502" alt="Zrzut ekranu 2024-12-19 o 16 32 43" src="https://github.com/user-attachments/assets/37a14a2d-191d-420c-940d-1de649e082fd" /> <img width="1491" alt="Zrzut ekranu 2024-12-19 o 16 32 47" src="https://github.com/user-attachments/assets/e2be1e95-6fc8-4149-b1ff-2e8b8a9a0a8d" /> <img width="1494" alt="Zrzut ekranu 2024-12-19 o 16 32 50" src="https://github.com/user-attachments/assets/38b17f44-e349-46ab-8069-80d1a3fd42ae" /> (cherry picked from commit 5539000)
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:version
Backport to applied version labels
Feature:Security Assistant
Security Assistant
release_note:skip
Skip the PR/issue when compiling release notes
Team:Security Generative AI
Security Generative AI
v8.18.0
v9.0.0
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.
Summary
Switch to use elastic/elasticsearch#118064 when retrieving Knowledge base Index entry docs
Followed testing instructions from #198020
Results: