[Obs AI Assistant] Investigate UI#183293
Closed
dgieselaar wants to merge 111 commits intoelastic:mainfrom
Closed
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
95cb6d9 to
54d4ce0
Compare
54d4ce0 to
34e4811
Compare
34e4811 to
52b0e46
Compare
1303878 to
8525650
Compare
99eabfa to
2d25265
Compare
…t-investigative-ui
dgieselaar
added a commit
that referenced
this pull request
Jun 15, 2024
Exposes a `POST /internal/observability_ai_assistant/chat/recall` endpoint for [Investigate UI ](#183293). It is mostly just moving stuff around, some small refactorings and a new way to generate short ids. Previously we were using indexes for scoring suggestions, we are now generating a short but unique id (ie 4-5 chars) which generates a fairly unique token which strengthens the relationship between the id and the object but still allows for quick output. LLMs are slow to generate UUIDs, but indexes are very generic and the LLM might not pay a lot of attention to it.
…t-investigative-ui
…t-investigative-ui
This was referenced Jul 18, 2024
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.
No description provided.