-
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
Enable summarisation spec #199134
Enable summarisation spec #199134
Conversation
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
if (this.config.enableKnowledgeBase) { | ||
addLensDocsToKb({ service, logger: this.logger.get('kb').get('lens') }); | ||
} |
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.
This is removed to make testing easier. Right now Lens docs are imported automatically and pollutes tests. In order not to bother with this I simply got rid of it.
It will be properly removed (and cleaned up) in #191043
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💚 Build Succeeded
Metrics [docs]
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11713577210 |
This enables the api test that covers summarisation. It was originally skipped because tiny_elser was not available on CI. Now it is we can effectively test storing and retrieving entries from the knowledge base. (cherry picked from commit e399483)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [Enable summarisation spec (#199134)](#199134) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Søren Louv-Jansen","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-06T23:25:30Z","message":"Enable summarisation spec (#199134)\n\nThis enables the api test that covers summarisation. It was originally\r\nskipped because tiny_elser was not available on CI. Now it is we can\r\neffectively test storing and retrieving entries from the knowledge base.","sha":"e3994831ff3c6f337a209bcd3d2f93344eb787a4","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Team:Obs AI Assistant","ci:project-deploy-observability"],"title":"Enable summarisation spec","number":199134,"url":"https://github.com/elastic/kibana/pull/199134","mergeCommit":{"message":"Enable summarisation spec (#199134)\n\nThis enables the api test that covers summarisation. It was originally\r\nskipped because tiny_elser was not available on CI. Now it is we can\r\neffectively test storing and retrieving entries from the knowledge base.","sha":"e3994831ff3c6f337a209bcd3d2f93344eb787a4"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199134","number":199134,"mergeCommit":{"message":"Enable summarisation spec (#199134)\n\nThis enables the api test that covers summarisation. It was originally\r\nskipped because tiny_elser was not available on CI. Now it is we can\r\neffectively test storing and retrieving entries from the knowledge base.","sha":"e3994831ff3c6f337a209bcd3d2f93344eb787a4"}}]}] BACKPORT--> Co-authored-by: Søren Louv-Jansen <[email protected]>
This enables the api test that covers summarisation. It was originally skipped because tiny_elser was not available on CI. Now it is we can effectively test storing and retrieving entries from the knowledge base.
…elastic#204790) Closes elastic#192497 - Unskips summarize.spec.ts. It was originally skipped because tiny_elser was not available on CI. - Adds `this.tags(['skipMKI']` due to elastic#192751 Related: elastic#199134 (cherry picked from commit 4af2706)
…elastic#204790) Closes elastic#192497 - Unskips summarize.spec.ts. It was originally skipped because tiny_elser was not available on CI. - Adds `this.tags(['skipMKI']` due to elastic#192751 Related: elastic#199134
This enables the api test that covers summarisation. It was originally skipped because tiny_elser was not available on CI. Now it is we can effectively test storing and retrieving entries from the knowledge base.