[Obs AI Assistant] Write ES|QL docs with LLM#183173
Merged
dgieselaar merged 2 commits intoelastic:mainfrom Jun 9, 2024
Merged
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
81b1dfb to
82212f8
Compare
82212f8 to
11cea40
Compare
11cea40 to
45d6618
Compare
45d6618 to
1004e22
Compare
sorenlouv
approved these changes
Jun 8, 2024
Contributor
sorenlouv
left a comment
There was a problem hiding this comment.
Haven't reviewed in depth but lgtm from a very cursory look.
btw. what does "Uses the LLM to re-write docs" mean?
Contributor
Author
|
@sorenlouv We extract ES|QL documentation from the Elasticsearch docs, but it has a lot of technical artifacts because we are parsing HTML. So we now add another step where we ask the LLM to rewrite those docs, to remove technical artifacts and we ask it to add more examples. |
💚 Build Succeeded
Metrics [docs]
HistoryTo update your PR or re-run it, just comment with: |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
dgieselaar
added a commit
to dgieselaar/kibana
that referenced
this pull request
Jun 10, 2024
Uses the LLM to re-write docs from the `built-docs` repo, that have a lot of weird technical artifacts, to improve the output from the LLM. (cherry picked from commit 4fc13a4) # Conflicts: # x-pack/plugins/observability_solution/observability_ai_assistant_app/scripts/evaluation/kibana_client.ts # x-pack/plugins/observability_solution/observability_ai_assistant_app/server/functions/query/index.ts
dgieselaar
added a commit
that referenced
this pull request
Jun 10, 2024
# Backport This will backport the following commits from `main` to `8.14`: - [[Obs AI Assistant] Write ES|QL docs with LLM (#183173)](#183173) <!--- Backport version: 7.3.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT {commits} BACKPORT-->
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Jun 13, 2024
Uses the LLM to re-write docs from the `built-docs` repo, that have a lot of weird technical artifacts, to improve the output from the LLM.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uses the LLM to re-write docs from the
built-docsrepo, that have a lot of weird technical artifacts, to improve the output from the LLM.