-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Upgraded LangChain, fixed prompts for Bedrock #401
Conversation
b02e1d2
to
4e3bcec
Compare
943c843
to
7ab465b
Compare
Moving this to draft, will wait for this PR from LangChain to be merged. |
6186ecd
to
f8a0ab2
Compare
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.
Looks great! Thanks for working on Bedrock support so promptly. In the future, I think we definitely need to revisit DefaultChatHandler.create_llm_chain()
and see if we can simplify the way we are building the complete prompt template.
Fixes #399.