-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Obs AI Assistant] Write ES|QL docs with LLM #183173
[Obs AI Assistant] Write ES|QL docs with LLM #183173
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
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.
Haven't reviewed in depth but lgtm from a very cursory look.
btw. what does "Uses the LLM to re-write docs" mean?
@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: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
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
# 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-->
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.
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.