|
1 | 1 | { |
2 | 2 | "products": [ |
3 | 3 | { |
4 | | - "label": "Watson X - Generative AI", |
5 | | - "name": "Watson_X_-_Generative_AI", |
| 4 | + "label": "Watsonx.ai SaaS with Assistant and Governance", |
| 5 | + "name": "deploy-arch-ibm-watsonx-ai-saas", |
6 | 6 | "product_kind": "solution", |
7 | 7 | "tags": [ |
8 | 8 | "watson", |
9 | | - "converged_infra" |
| 9 | + "watsonx.ai", |
| 10 | + "ibm_created" |
10 | 11 | ], |
11 | 12 | "keywords": [ |
12 | 13 | "watson", |
13 | | - "ai", |
14 | | - "compliance", |
15 | | - "fscloud", |
16 | | - "genai", |
17 | | - "ibmcloud", |
18 | | - "financial services", |
19 | 14 | "watsonx", |
20 | | - "llm", |
21 | | - "secure", |
22 | | - "secret manager", |
23 | | - "key protect", |
24 | | - "scc" |
| 15 | + "ai" |
25 | 16 | ], |
26 | | - "short_description": "Deploys a GenAI Pattern on IBM Cloud, including all underlying IBM Cloud infrastructure.", |
27 | | - "long_description": "This deployable architecture provides a comprehensive foundation for trust, observability, security, and regulatory compliance by configuring and deploying various services, including:\n- Configuring IBM Cloud Account: with recommended values meeting the [IBM Cloud Framework for Financial Services](https://cloud.ibm.com/docs/framework-financial-services?topic=framework-financial-services-about)\n- Deploying Observability Services: for application and platform logging and monitoring\n- Deploying Keys and Secrets Management Services: for storage and management of encryption keys and secrets\n- Deploying a Suite of Watson AI Services: to provide AI capabilities to the application \n\nThese configured and deployed services enable a secure and trustworthy deployment of Generative AI applications on IBM Cloud.\n\n# Objective\n\nThese pipelines facilitate the deployment of the application, vulnerability checks, and auditability, ensuring a secure and trustworthy deployment of Generative AI applications on IBM Cloud.", |
28 | | - "offering_docs_url": "https://github.com/terraform-ibm-modules/stack-ibm-genai/blob/main/README.md", |
29 | | - "offering_icon_url": "https://globalcatalog.cloud.ibm.com/api/v1/1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc/artifacts/solution.svg", |
| 17 | + "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.", |
| 19 | + "provider_name": "FinOps Team.", |
| 20 | + "offering_docs_url": "https://cloud.ibm.com/docs/watsonx-ai-saas-automation?topic=watsonx-ai-saas-automation-overview", |
| 21 | + "support_details": "This is a proof of concept and no official support is given.", |
30 | 22 | "features": [ |
31 | 23 | { |
32 | | - "title": "Ensure Observability", |
33 | | - "description": "Provides observability by deploying services such as IBM Log Analysis, IBM Monitoring, IBM Activity Tracker, and log retention." |
| 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." |
34 | 26 | }, |
35 | 27 | { |
36 | | - "title": "Implement Security", |
37 | | - "description": "The architecture ensures security by deploying IBM Key Protect and IBM Secrets Manager." |
| 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." |
38 | 30 | }, |
39 | 31 | { |
40 | | - "title": "Achieve Regulatory Compliance", |
41 | | - "description": "Ensures regulatory compliance with IBM SCC." |
| 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." |
42 | 34 | }, |
43 | 35 | { |
44 | | - "title": "Establish Trust", |
45 | | - "description": "Ensures trust by configuring the IBM Cloud account to align with compliance settings as defined in the Financial Services framework." |
| 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." |
| 38 | + }, |
| 39 | + { |
| 40 | + "title": "Accelerate buisness decisions Watson Discovery", |
| 41 | + "description": "Watson Discovery adds a cognitive search and content analytics engine to applications." |
| 42 | + }, |
| 43 | + { |
| 44 | + "title": "Manage and monitor with watsonx.governance", |
| 45 | + "description": "IBM watsonx.governance™ helps you direct, manage, and monitor your organization's AI activities." |
46 | 46 | } |
47 | 47 | ], |
48 | 48 | "flavors": [ |
49 | 49 | { |
50 | | - "label": "GenAI Stack", |
51 | | - "name": "genai-stack-1234", |
| 50 | + "label": "Extended with Generative AI Stack", |
| 51 | + "name": "genai-stack", |
| 52 | + "index": 50, |
52 | 53 | "licenses": [ |
53 | 54 | { |
54 | 55 | "id": "LICENSE", |
|
186 | 187 | "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 | 188 | "required": true |
188 | 189 | }, |
189 | | - { |
190 | | - "key": "signing_key", |
191 | | - "type": "password", |
192 | | - "description": "The key used to sign the application image built by the CI pipeline deployed in this solution; please refer to the documentation at https://github.com/terraform-ibm-modules/stack-retrieval-augmented-generation/blob/main/README.md for generating the key; if not set, all resources will deploy successfully, but the initial CI pipeline execution will fail at the signing step.", |
193 | | - "display_name": "Multiline secure value", |
194 | | - "required": false, |
195 | | - "custom_config": { |
196 | | - "type": "multiline_secure_value", |
197 | | - "grouping": "deployment", |
198 | | - "original_grouping": "deployment" |
199 | | - } |
200 | | - }, |
201 | 190 | { |
202 | 191 | "key": "region", |
203 | 192 | "type": "string", |
|
0 commit comments