You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
"short_description": "Deploy Watsonx.ai SaaS with Assistant and Governance to automate the deployment and setup of the IBM watsonx platform.",
18
-
"long_description": "The Watsonx.ai SaaS with Assistant and Governance deployable architecture easily deploys and embeds AI across your business, manages all data sources, and accelerates responsible AI workflows on one platform.",
"support_details": "This is a proof of concept and no official support is given.",
22
-
"features": [
23
-
{
24
-
"title": "Build with watsonx applications",
25
-
"description": "watsonx combines the power of watsonx.ai studio for AI with the scale of watsonx.data store, enabling the creation of next-generation AI."
26
-
},
27
-
{
28
-
"title": "Develop with Watson Studio",
29
-
"description": "Develop sophisticated machine learning models using Notebooks and code-free tools to infuse AI throughout your business."
30
-
},
31
-
{
32
-
"title": "Deliver and build conversational interfaces with watsonx Assistant",
33
-
"description": "IBM watsonx Assistant lets you build conversational interfaces into any application, device, or channel."
34
-
},
35
-
{
36
-
"title": "Integrate predictive capabilities with Watson Machine Learning",
37
-
"description": "Deploy, manage, and integrate machine learning models into your applications and services in as little as one click."
"description": "Deploy a banking retrieval augmented generation (RAG) sample application to IBM Cloud Code Engine using Continous Delivery."
123
+
},
143
124
{
144
125
"title": "Ensure Observability",
145
126
"description": "The architecture provides observability by deploying services such as IBM Log Analysis, IBM Monitoring, IBM Activity Tracker, and log retention through Cloud Object Storage buckets."
@@ -150,7 +131,7 @@
150
131
},
151
132
{
152
133
"title": "Achieve Regulatory Compliance",
153
-
"description": "The architecture ensures regulatory compliance with IBM Security Compliance Center (SCC)."
134
+
"description": "The architecture ensures regulatory compliance by implementing CI/CD/CC pipelines, along with IBM Security Compliance Center (SCC) for secure application lifecycle management."
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when existing this solution multiple times.",
187
-
"required": true
188
-
},
189
-
{
190
-
"key": "region",
191
-
"type": "string",
192
-
"default_value": "us-south",
193
-
"description": "The region in which all resources are deployed.",
"description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group.",
211
-
"required": false
212
-
},
213
-
{
214
-
"key": "watsonx_admin_api_key",
215
-
"type": "password",
216
-
"description": "The API key used to provision the watson project resources. If not set, the API key used to deploy the solution is used.",
217
-
"required": false
218
-
},
219
-
{
220
-
"key": "secret_manager_service_plan",
221
-
"type": "string",
222
-
"default_value": "trial",
223
-
"description": "The service/pricing plan to use when provisioning a new Secrets Manager instance. Only one trial instance is allowed per account.",
"description": "The CRN of an existing secret manager instance to use in this solution. If not set, a new secret manager instance is provisioned.",
210
+
"default_value": "us-south",
241
211
"required": false
242
212
},
243
213
{
244
-
"key": "enable_platform_logs_metrics",
245
-
"type": "boolean",
246
-
"default_value": false,
247
-
"description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.",
214
+
"key": "elasticsearch_plan",
215
+
"type": "string",
216
+
"default_value": "enterprise",
248
217
"required": false
249
218
},
250
219
{
251
-
"key": "existing_kms_instance_crn",
220
+
"key": "prefix",
252
221
"type": "string",
253
-
"default_value": "__NULL__",
254
-
"description": "The CRN of an existing KMS instance to use in this solution. If not set, a new KP instance is provisioned.",
255
-
"required": false
222
+
"default_value": "rag",
223
+
"required": true
256
224
},
257
225
{
258
-
"key": "en_email_list",
259
-
"type": "array",
260
-
"default_value": [],
261
-
"description": "List of emails to configure event notifications.",
0 commit comments