-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add support for Bedrock #45
Comments
Thank you! |
I've used https://github.com/soto-project/soto and hope it helps |
@buhe that was my next question. This PR would bring a very large dependency in. My preference in terms of future maintainability is to bring in the AWS SDK for Swift. But that will significantly increase What do you think ? |
I also feel that the AWS SDK should be introduced as a dependency. As for the size, and at some point later we can split the project into langchain-swift, langchain-swift-ext1, langchain-swift-ext2. Langchain-swift as the core contains superclass and basic implementation, the rest can be put into langchain-swift-ext1 and dependency on langchain-swift, so that users can choose for themselves. What do you think? |
@sebsto Is there anything I can do to help? |
@buhe - I am busy at work until Dec. 7th. Will test and report here after that date. |
I am new to this project and still learning the ropes :-)
What would be required to add support for Amazon Bedrock, like https://python.langchain.com/docs/integrations/llms/bedrock
Happy to contribute with a PR
The text was updated successfully, but these errors were encountered: