-
Notifications
You must be signed in to change notification settings - Fork 59
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
refactor: Add other bedrock models #432
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f786e76
add langchain_integration folder;support lazy load model and chains
0e9cc92
modify
7d34b82
modify
b68322d
Merge branch 'dev' of https://github.com/aws-samples/Intelli-Agent in…
52cdcc8
refactor: unified tool to adapt to langchian's tool
d62f3a9
refactor: modify module import
e3f063e
refactor: add llm chain tool_calling_api and it's prompt template
a4c99df
complete the tool refactor, next to test
541c3e7
fix: one rag tool should respect to one index; refactor: add register…
ffb1f43
move langchain_integration into common_logic
4401f38
modify agent prompt; add python_repl tool; adapt to pydantic v2
e6e3066
remove lambda invoke in intention stage
6577e26
move retrievers to common_logic
d9b6851
move functions to __functions
cdb3e15
add lambda tool test
e526644
remove functions layer
bcc3742
fix bug in streaming
de41e80
add new model in ui
c94f7b1
modify logger, fix bug about inaccurate filename output
406a72f
remove llm_generate_utils
2442434
add CLAUDE_3_5_SONNET_V2 and CLAUDE_3_5_HAIKU models
882e17a
modify online requirements
57f5fdc
add enable_prefill parameter;optimize prompt
ec997ba
modify PythonREPL, fix bug running on lambda
6a45433
add llama-3.2
5171b31
merge from dev
5b622d7
modify agent prompt; add new intent logic
0e89072
debug intention logic
0686dc3
add sso example
75f194c
modify .viperlightignore
8f8df04
remove __functions __llm_generate_utils
7aa5eec
modify according to the pr comments
6976c5a
modify glue job requirements
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
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.
Does glue job's requirements.txt need to be update as well?
langchain -> langchain_community
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.
Yes, need to add "langchain_community" to it's requirements.txt