-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run config fails reproducible (locally + Cloud9) with default settings #592
Comments
|
Added a fix in #594 |
That was fast. Thanks! |
@yoavchaws , I added a fix. Sorry about that. |
Thanks @charles-marion. The fix works fine. However, when I create a bedrock based RAG configuration, it does not ask me for the embedding model (embeddingModels[]) to use. As a result, the cdk bootstrap operation falls later with "no embedding model set". |
Added a fix in the PR #598 . |
Thank you for reporting the issue @yoavchaws , the change it merged. |
Running
npm run config
fails reproducible when following the deploy instructions.I get the following error:
I verified
npm run config
failing in different environments and configurationsSteps to reproduce:
main
. This will point tov3.1.3
of the aws-genai-llm-chatbotThe text was updated successfully, but these errors were encountered: