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.

已提問 6 個月前檢視次數 1754 次
1 個回答
0
已接受的答案

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
專家
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南