Index is not created inside the Amazon OpenSearch cluster

0

I am following the turorial "Build a Full Stack Large Language Model Powered Chatbot: Extract Insights from Unstructured Documents" at https://community.aws/tutorials/fullstack-llm-langchain-chatbot-on-aws. I have completed all steps up to step 5 but there I face the following problem: There is a Lambda function which is invoked by an S3 bucket event. The Lambda function initiates a Fargate task, which in turn runs a Docker container containing a python script, responsible for generating embeddings in Amazon OpenSearch under a new OpenSearch index. The problem is that the index is not created in the Amazon OpenSearch cluster as it should. Do you think it is a policy issue in the fargate task? I don't see any errors in CloudWatch from the Lambda Function. Could you please help me? Thank you for your time.

  • If the Fargate task is correctly started, you should be able to find the reason for the issue in the Fargate task logs.

1 réponse
0
Réponse acceptée

The logs that will tell you the root cause of your problem are likely to be found in the Fargate Task Cloudwatch Logs.

If you want to check out an end-to-end solution, you can look at https://github.com/aws-samples/aws-genai-llm-chatbot which uses AWS Batch + Fargate and not Fargate directly.

AWS
EXPERT
répondu il y a 6 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions