-
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
[AI Assistant] Use semantic_text
for internal knowledge base
#186499
Merged
sorenlouv
merged 34 commits into
elastic:main
from
sorenlouv:use-semantic-text-internal-kb
Nov 14, 2024
+1,012
−434
Merged
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7f5d750
[AI Assistant] Use semantic_text for internal knowledge base
sorenlouv 7e318df
Fix status endpoint
sorenlouv c23e54d
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv 6d709c3
Improve logging
sorenlouv 6987fa5
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv 2552585
Rename `getModelId` to `getSearchConnectorModelId`
sorenlouv 3e242ab
Support configurable model
sorenlouv 847de5f
WIP
sorenlouv 743d6fb
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv ef3d51e
WIP
sorenlouv 19d1ad9
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv 422024e
Add esarchive
sorenlouv c9d008c
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv 035f911
Fix api test
sorenlouv e567b66
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv d77a411
Fix i18n
sorenlouv dac5d15
catch and log error
sorenlouv 66dfb6f
fix serverless test
sorenlouv 493b1e3
Add modelId as query param
sorenlouv 36b6e3e
Fix request timeout
sorenlouv dddeb7e
Merge branch 'main' of github.com:elastic/kibana into use-semantic-te…
sorenlouv 59c61f5
Merge branch 'main' into use-semantic-text-internal-kb
sorenlouv c6d48d4
Fix imports
sorenlouv 60c0884
Re-add error handling when installing KB
sorenlouv 2501c86
change modelName to modelId
sorenlouv a24ce1f
Address PR feedback
sorenlouv ac998fa
Fix type
sorenlouv 17aaaa8
Fix functional test
sorenlouv 36ba7f6
call deleteInferenceEndpoint consistently
sorenlouv 6c23e5d
Merge branch 'main' into use-semantic-text-internal-kb
sorenlouv 657c82a
Fix task manager test
sorenlouv 3919ccd
Address feedback
sorenlouv 97341e7
Remove `payload` timeout
sorenlouv 0753b88
Delete previous endpoint during setup
sorenlouv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
what is this one about? did it solve an issue you've uncovered?
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.
During setup of ELSER this endpoint was timing out. And ended up solving it by increasing the timeout to ES. I don't think we need this anymore but will check.