Skip to content

Commit e302b82

Browse files
authored
feat: version 2.0.0 of RAG stack (#197)
BREAKING CHANGE: No upgrade supported from 1.x
1 parent 107774a commit e302b82

File tree

12 files changed

+1376
-99
lines changed

12 files changed

+1376
-99
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ offerings:
66
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
77
offering_id: 5fdd0045-30fc-4013-a8bc-6db9d5447a52
88
variations:
9-
- name: Code-Engine-d7b9
9+
- name: basic
10+
mark_ready: false
11+
install_type: fullstack
12+
format_kind: stack
13+
validation_type: projects
14+
scc:
15+
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
16+
region: us-south
17+
- name: standard
1018
mark_ready: false
1119
install_type: fullstack
1220
format_kind: stack

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repository:
2222

2323
# Uncomment this description property
2424
# and update the description to the current repo description.
25-
# description: ""
25+
description: "A deployable architecture that automates the deployment of a sample gen AI Pattern on IBM Cloud, including all underlying IBM Cloud and WatsonX infrastructure."
2626

2727
# Use a comma-separated list of topics to set on the repo (ensure not to use any caps in the topic string).
28-
topics: terraform, ibm-cloud, terraform-stack, ibm-cloud-stack, core-team
28+
topics: terraform, ibm-cloud, terraform-stack, ibm-cloud-stack, core-team, genai, watsonx, rag

ibm_catalog.json

Lines changed: 416 additions & 27 deletions
Large diffs are not rendered by default.

reference-architecture/RAG Pattern v2-part-2.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

reference-architecture/rag-pattern.svg

Lines changed: 4 additions & 0 deletions
Loading

reference-architecture/rag-stack.svg

Lines changed: 1 addition & 1 deletion
Loading

solutions/basic/stack_definition.json

Lines changed: 37 additions & 46 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"ibmcloud_api_key": $VALIDATION_APIKEY,
3+
"prefix": $PREFIX
4+
}

0 commit comments

Comments
 (0)