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
330 stars 49 forks source link

(bedrock): support additional data sources #655

Open krokoko opened 3 weeks ago

krokoko commented 3 weeks ago

Describe the feature

New data sources config are available in cdk v2.154.1 https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_bedrock.CfnDataSource.DataSourceConfigurationProperty.html

Use Case

Missing features

Proposed Solution

No response

Other Information

No response

Acknowledgements

aws-rafams commented 2 weeks ago

I could work on it ;)

krokoko commented 2 weeks ago

Thanks @aws-rafams , sure, thanks ! Can I assign you the ticket ?

aws-rafams commented 2 weeks ago

Thanks @aws-rafams , sure, thanks ! Can I assign you the ticket ?

Sure!

krokoko commented 2 weeks ago

Thanks @aws-rafams !

krokoko commented 2 weeks ago

This might be implemented at the same time: https://github.com/awslabs/generative-ai-cdk-constructs/issues/587 Since chunking strategies update will impact the work on data sources

aws-rafams commented 2 weeks ago

This might be implemented at the same time: #587 Since chunking strategies update will impact the work on data sources

Yes, I actually already have some work done, only with that part missing and the whole testing part. Can take care of it as well :)