Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

fix: update architecture diagrams and reorder DAs deployment #26

Merged
merged 5 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion reference-architecture/RAG Pattern v2-part-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion reference-architecture/rag-stack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions sample_deploy_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"//": ["checkov:skip=CKV_SECRET_6: ignore stack_api_key_env in this file"],
"stack_api_key_env": "IBMCLOUD_API_KEY",
"config_order": [
"1 - Account Infrastructure Base",
"2a - Security Service - Key Management",
"2b - WatsonX SaaS services",
"3a - Observability - Logging Monitoring Activity Tracker",
"3b - Databases for Elasticsearch",
"4 - Event Notifications",
"5a - Security Service - Secret Manager",
"5b - Security Service - Security Compliance Center",
"6 - Sample RAG app - Application Lifecycle Management",
"7 - Sample RAG app configuration"
"Account Infrastructure Base",
"Baseline Security - Encryption Key Management",
"Baseline Security - Logging Monitoring Activity Tracker",
"Baseline Security - Observability Event Notifications",
"Baseline Security - Secrets Manager",
"Baseline Security - Security Compliance Center",
"Gen AI - Databases for Elasticsearch",
"Gen AI - WatsonX SaaS services",
"Workload - Application Lifecycle Management",
"Workload - Sample RAG App Configuration"
],
"stack_inputs": {
"prefix": "<YOUR PREFIX HERE>",
Expand Down
Loading