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

feat(dependency): removed nltk dependency from summarization, dependa… #545

Closed dineshSajwan closed 3 months ago

dineshSajwan commented 3 months ago

…bot sec vulnerability reported

Fixes # Removed NLTK dependency from summarization, dependabot reported security vulnerability.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.27%. Comparing base (b1205b8) to head (ea50a01).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #545 +/- ## ======================================== Coverage 92.27% 92.27% ======================================== Files 54 54 Lines 12668 12668 Branches 443 330 -113 ======================================== Hits 11689 11689 Misses 979 979 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

krokoko commented 3 months ago

The dependency was not used ?