awslabs / generative-ai-cdk-constructs

AWS Generative AI CDK Constructs are sample implementations of AWS CDK for common generative AI patterns.
https://awslabs.github.io/generative-ai-cdk-constructs/
Apache License 2.0
337 stars 51 forks source link

Langchain: Use langchain on aws #513

Open krokoko opened 3 months ago

krokoko commented 3 months ago

Describe the feature

https://python.langchain.com/v0.2/docs/integrations/platforms/aws/

We should consume resources related to aws in langchain from the package above and not from the community package since the latter one won't provide updates

Use Case

maintenance

Proposed Solution

No response

Other Information

No response

Acknowledgements