Skip to content

Commit 64299ee

Browse files
feat: added watsonX AI project automation, updated PDFs for ingestion (#15)
Co-authored-by: Rajat Agrawal <rajatatibm@gmail.com>
1 parent 10ecdc1 commit 64299ee

File tree

18 files changed

+202
-76
lines changed

18 files changed

+202
-76
lines changed

cra-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ CRA_TARGETS:
55
CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json"
66
PROFILE_ID: "0e6e7b5a-817d-4344-ab6f-e5d7a9c49520"
77
CRA_ENVIRONMENT_VARIABLES:
8+
TF_VAR_prefix: "rag-test-"
89
TF_VAR_toolchain_region: "us-south"
10+
TF_VAR_toolchain_resource_group: "Default"
11+
TF_VAR_resource_group_name: "Default"
912
TF_VAR_ci_pipeline_id: "4e621b22-5802-4013-896a-777fc345f424"
1013
TF_VAR_cd_pipeline_id: "4e621b22-5802-4013-896a-777fc345f424"
1114
TF_VAR_watson_assistant_instance_id: "4e621b22-5802-4013-896a-777fc345f424"
1215
TF_VAR_watson_assistant_region: "us-south"
1316
TF_VAR_watson_discovery_instance_id: "4e621b22-5802-4013-896a-777fc345f424"
1417
TF_VAR_watson_discovery_region: "us-south"
18+
TF_VAR_watson_machine_learning_instance_crn: "crn:v1:bluemix:public:pm-20:us-south:a/2e92ee435f984c5dbf970577b2ceec1f:6966b4da-de4c-4dfb-a1d2-8a635f7eeeae::"
19+
TF_VAR_watson_machine_learning_instance_guid: "4e621b22-5802-4013-896a-777fc345f424"
20+
TF_VAR_watson_machine_learning_instance_resource_name: "test-machine-learning-instance"

ibm_catalog.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,18 @@
3737
]
3838
}
3939
],
40-
"architecture":[
41-
{
42-
"diagrams": [
43-
{
44-
"diagram": {
45-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-rag-sample-da/main/reference-architecture/ce_da_architecture_diagram.drawio.svg",
46-
"caption": "RAG DA reference architecture diagram",
47-
"type": "image/svg+xml"
48-
},
49-
"description": "RAG DA reference architecture diagram"
50-
}
51-
]
52-
}
53-
],
40+
"architecture": {
41+
"diagrams": [
42+
{
43+
"diagram": {
44+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-rag-sample-da/main/reference-architecture/ce_da_architecture_diagram.drawio.svg",
45+
"caption": "RAG DA reference architecture diagram",
46+
"type": "image/svg+xml"
47+
},
48+
"description": "RAG DA reference architecture diagram"
49+
}
50+
]
51+
},
5452
"release_notes_url": "RELEASE NOTES URL",
5553
"outputs": [
5654
],
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"ibmcloud_api_key": $VALIDATION_APIKEY
3-
}
1+
{}

0 commit comments

Comments
 (0)