Rob-Powell
Rob-Powell
this is sorely needed, @massi-ang have you started on this on yet? if not I will take it on.
That looks great, yes I will take it on and start looking at pulling its functionality in here
What region are you deploying to? I suspect different regions with different instance types available and M6A isnt available in your region. the code where that is set is here:...
yep, Ok looks like paris supports `m5a` as a workaround modify those files i mentioned: 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 replace M6A with M5A and try another deployment after running `npm run build`...
I tested these changes and they worked as expected, good work
No it used to be 'npm run create' but it was updated to now be 'npm run config'
As per the docs you need to do the pre req steps and then pass those values to the installer: https://aws-samples.github.io/aws-genai-llm-chatbot/documentation/private-chatbot.html
They are linked to on the left hand side navigation. but there should be validation on those fields in config creation.
I agree this is a good feature to have but not a replacement for #306 clicking this button every time if you know each line entered is to be unique...
I will work on this feature