Input the necessary parameters and upload the PDF file
Check the S3 bucket under the prefix 'exams' to make sure the PDF file has been uploaded successfully.
Wait a few second
The exam has not been generated in the S3 bucket under the prefix 'questions_bank'.
Check the CloudWatch Log groups /aws/lambda/ExamGenFn-exam-gen
[ERROR] Runtime.ImportModuleError: Unable to import module 'main': Module langchain_community.llms not found. Please install langchain-community to access this module. You can install it using pip install -U langchain-community
Traceback (most recent call last):
Expected behavior
The exam has been generated in the S3 bucket under the prefix 'questions_bank'.
Describe the bug The exam has not been generated.
To Reproduce Steps to reproduce the behavior:
pip install -U langchain-community
Traceback (most recent call last):Expected behavior The exam has been generated in the S3 bucket under the prefix 'questions_bank'.