IBM / gen-ai-rag-watsonx-sample-application

Sample application that uses generative AI RAG pattern. Deployment target on IBM Cloud and uses IBM watsonx.ai, watsonx Assistant and Watson Discovery services
Apache License 2.0
6 stars 6 forks source link

ICR Resource Group Needs to be passed in #8

Closed daniel-butler-irl closed 2 months ago

daniel-butler-irl commented 5 months ago

In the build setup script, we cannot just deploy into the default resource group, this needs to be set by the user. The current implementation has the side effect of not working on IBM Cloud accounts created pre-2019 where the default resource group was named default https://github.com/IBM/gen-ai-rag-watsonx-sample-application/blob/main/scripts/build_setup.sh#L103

ocofaigh commented 2 months ago

Fixed in https://github.com/IBM/gen-ai-rag-watsonx-sample-application/pull/11 @daniel-butler-irl @brendankellyibm I have no access to close this issue