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.

preguntada hace 6 meses1754 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
EXPERTO
respondido hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas