-
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
[Obs AI Assistant] Investigate UI #183293
Closed
dgieselaar
wants to merge
111
commits into
elastic:main
from
dgieselaar:obs-ai-assistant-investigative-ui
Closed
[Obs AI Assistant] Investigate UI #183293
dgieselaar
wants to merge
111
commits into
elastic:main
from
dgieselaar:obs-ai-assistant-investigative-ui
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
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
dgieselaar
force-pushed
the
obs-ai-assistant-investigative-ui
branch
from
May 15, 2024 10:29
95cb6d9
to
54d4ce0
Compare
dgieselaar
force-pushed
the
obs-ai-assistant-investigative-ui
branch
from
May 23, 2024 09:30
54d4ce0
to
34e4811
Compare
dgieselaar
added
the
ci:cloud-persist-deployment
Persist cloud deployment indefinitely
label
May 23, 2024
dgieselaar
force-pushed
the
obs-ai-assistant-investigative-ui
branch
from
May 24, 2024 06:41
34e4811
to
52b0e46
Compare
dgieselaar
force-pushed
the
obs-ai-assistant-investigative-ui
branch
5 times, most recently
from
May 27, 2024 11:03
1303878
to
8525650
Compare
dgieselaar
force-pushed
the
obs-ai-assistant-investigative-ui
branch
from
May 27, 2024 13:00
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.
This was referenced Jul 18, 2024
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.