aws-samples / aws-genai-llm-chatbot

A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
https://aws-samples.github.io/aws-genai-llm-chatbot/
MIT No Attribution
1.03k stars 308 forks source link

bug: not all regions support m6a instance type used by batch job #488

Closed Rob-Powell closed 3 weeks ago

Rob-Powell commented 3 months ago

As reported in this issue: https://github.com/aws-samples/aws-genai-llm-chatbot/issues/483

M6A is not supported in Paris region as set in the code here:

https://github.com/aws-samples/aws-genai-llm-chatbot/blob/main/lib/rag-engines/data-import/file-import-batch-job.ts#L41 https://github.com/aws-samples/aws-genai-llm-chatbot/blob/main/lib/rag-engines/data-import/web-crawler-batch-job.ts#L41

Need to select an alternate type more widely available or select it dynamically.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] commented 3 weeks ago

This issue was closed because it has been inactive for 30 days since being marked as stale.