-
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
[securityAssistant] LangGraph ES|QL query generation tool #186489
Closed
patrykkopycinski
wants to merge
66
commits into
elastic:main
from
patrykkopycinski:feat/esql-langgraph
Closed
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
0b03e98
Migrates to LangSmith and adds KB Tools
spong b888052
Merge branch 'main' of github.com:elastic/kibana into kb-tools
spong de9d530
yarn.lock update
spong b862a29
Port title generation into langgraph node
spong 0b0bdab
Merge branch 'main' of github.com:elastic/kibana into kb-tools
spong 6451142
yarn.lock update
spong 14b0c65
Primes initial context with required kb docs and updates kb retrieval…
spong 62754d3
Merge branch 'main' of github.com:elastic/kibana into kb-tools
spong 83cdc37
Remove chat title generation node
spong b04da0e
yarn.lock update
spong c564e2e
Merge branch 'main' into kb-tools
spong 5bc866b
yarn.lock update2
spong 8477e13
fix types
patrykkopycinski 9875273
Bump
patrykkopycinski bfee899
Merge branch 'kb-tools' of github.com:spong/kibana into feat/esql-lan…
patrykkopycinski 5ba88d8
WIP
patrykkopycinski 80698c0
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski ae32a5d
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski aa97cc0
WIP
patrykkopycinski 799fcf5
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski 22d4952
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski 825afe3
add cases
patrykkopycinski 6468286
cleanup
patrykkopycinski fc6404d
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski 5421b42
WIP
patrykkopycinski 2e88bfe
cleanup
patrykkopycinski 48259c9
fix
patrykkopycinski a46732b
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine 04140f9
cleanup
patrykkopycinski 234dedd
Merge branch 'feat/esql-langgraph' of github.com:patrykkopycinski/kib…
patrykkopycinski 55bd7c5
fix
patrykkopycinski 5b1a8db
fix
patrykkopycinski 3878d63
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski 652891a
fix
patrykkopycinski 36a6834
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski f70dbf3
fix
patrykkopycinski c4a5804
fix
patrykkopycinski af26d67
fix
patrykkopycinski 2ff191f
fix
patrykkopycinski d0b1ac7
fix
patrykkopycinski c075b4a
fix
patrykkopycinski 1e65fbf
cleanup
patrykkopycinski 3ae0385
fix
patrykkopycinski 77073b2
fix
patrykkopycinski 8f1e362
fix
patrykkopycinski d70622f
fix
patrykkopycinski d4d7063
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 1b12104
fix
patrykkopycinski 4c99f31
Merge branch 'main' into feat/esql-langgraph
patrykkopycinski fa2e5e7
Merge branch 'feat/esql-langgraph' of github.com:patrykkopycinski/kib…
patrykkopycinski 3dd6812
bump elser memory
patrykkopycinski a1e8dcc
Fix lint
peluja1012 4a8e974
rely on knowledgebase
patrykkopycinski dc309da
Merge branch 'feat/esql-langgraph' of github.com:patrykkopycinski/kib…
patrykkopycinski 60c07df
fix
patrykkopycinski afff8e7
test
patrykkopycinski 36646db
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine 90f1991
bump
patrykkopycinski e04f80b
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski a2a829f
add KB retriever
patrykkopycinski aa7ff2b
fix system message
patrykkopycinski c4d85dc
cleanup
patrykkopycinski b4a1168
i18n
patrykkopycinski 53b998a
fix types
patrykkopycinski 9bcdf68
Merge branch 'main' of github.com:elastic/kibana into feat/esql-langg…
patrykkopycinski 45e586b
Up ML node memory for ci-cloud-deploy, and enable assistantKnowledgeB…
spong 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,7 +141,7 @@ | |
], | ||
"id": "ml", | ||
"size": { | ||
"value": 1024, | ||
"value": 4096, | ||
"resource": "memory" | ||
} | ||
} | ||
|
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
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.
afaik, this is no longer needed, with the autoscaling we have in place