Skip to content

Commit

Permalink
Merge branch 'dev' into lvn
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLu committed Dec 11, 2024
2 parents 3aece89 + 1308a01 commit eda5c8b
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class KnowledgeBaseStack extends NestedStack implements KnowledgeBaseStac
"--PORTAL_BUCKET": this.uiPortalBucketName,
"--CHATBOT_TABLE": props.sharedConstructOutputs.chatbotTable.tableName,
"--additional-python-modules":
"langchain==0.3.7,beautifulsoup4==4.12.2,requests-aws4auth==1.2.2,boto3==1.28.84,openai==0.28.1,pyOpenSSL==23.3.0,tenacity==8.2.3,markdownify==0.11.6,mammoth==1.6.0,chardet==5.2.0,python-docx==1.1.0,nltk==3.8.1,pdfminer.six==20221105,smart-open==7.0.4,opensearch-py==2.2.0,lxml==5.2.2,pandas==2.1.2,openpyxl==3.1.5,xlrd==2.0.1,langchain_community==0.3.5",
"langchain==0.3.7,beautifulsoup4==4.12.2,requests-aws4auth==1.2.2,boto3==1.28.84,openai==0.28.1,pyOpenSSL==23.3.0,tenacity==8.2.3,markdownify==0.11.6,mammoth==1.6.0,chardet==5.2.0,python-docx==1.1.0,nltk==3.9.1,pdfminer.six==20221105,smart-open==7.0.4,opensearch-py==2.2.0,lxml==5.2.2,pandas==2.1.2,openpyxl==3.1.5,xlrd==2.0.1,langchain_community==0.3.5",
// Add multiple extra python files
"--extra-py-files": extraPythonFilesList
},
Expand Down Expand Up @@ -312,6 +312,7 @@ export class KnowledgeBaseStack extends NestedStack implements KnowledgeBaseStac
"--TABLE_ITEM_ID.$": "$.tableItemId",
"--QA_ENHANCEMENT.$": "$.qaEnhance",
"--REGION": process.env.CDK_DEFAULT_REGION || "-",
"--BEDROCK_REGION": props.config.chat.bedrockRegion,
"--RES_BUCKET": this.glueResultBucket.bucketName,
"--S3_BUCKET.$": "$.s3Bucket",
"--S3_PREFIX.$": "$.s3Prefix",
Expand Down
Binary file modified source/lambda/job/dep/dist/llm_bot_dep-0.1.0-py3-none-any.whl
Binary file not shown.
Loading

0 comments on commit eda5c8b

Please sign in to comment.