Skip to content

Commit 40d0846

Browse files
authored
Merge pull request #545 from awslabs/fix/remove_nltk_dependency
feat(dependency): removed nltk dependency from summarization, dependa…
2 parents b1205b8 + ea50a01 commit 40d0846

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: lambda/aws-summarization-appsync-stepfn/summary_generator/helper.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import base64
1414
from enum import Enum
1515
import os
16-
import nltk
1716
import boto3
1817
import tempfile
1918
from aws_lambda_powertools import Logger, Tracer

Diff for: lambda/aws-summarization-appsync-stepfn/summary_generator/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requests==2.32.0
55
requests-aws4auth==1.2.3
66
langchain==0.2.5
77
langchain-community==0.2.5
8-
nltk==3.8.1
98
urllib3<2
109
aws-lambda-powertools
1110
aws-xray-sdk

0 commit comments

Comments
 (0)