|
57 | 57 | "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in that repository [https://github.com/terraform-ibm-modules/stack-retrieval-augmented-generation/issues](https://github.com/terraform-ibm-modules/stack-retrieval-augmented-generation/issues). Please note this product is not supported via the IBM Cloud Support Center.", |
58 | 58 | "flavors": [ |
59 | 59 | { |
60 | | - "label": "Basic", |
| 60 | + "label": "Basic (Deploy on Code Engine)", |
61 | 61 | "name": "basic", |
62 | 62 | "working_directory": "solutions/basic", |
63 | 63 | "compliance": { |
64 | 64 | "authority": "scc-v3", |
65 | 65 | "profiles": [ |
66 | 66 | { |
67 | | - "profile_name": "AI ICT Guardrails", |
| 67 | + "profile_name": "AI Security Guardrails 2.0", |
68 | 68 | "profile_version": "1.0.0" |
69 | 69 | } |
70 | 70 | ] |
|
143 | 143 | { |
144 | 144 | "service_name": "databases-for-elasticsearch", |
145 | 145 | "role_crns": [ |
146 | | - "crn:v1:bluemix:public:iam::::role:Editor" |
| 146 | + "crn:v1:bluemix:public:iam::::role:Editor" |
147 | 147 | ] |
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "service_name": "event-notifications", |
151 | 151 | "role_crns": [ |
152 | | - "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
153 | | - "crn:v1:bluemix:public:iam::::role:Editor" |
| 152 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
| 153 | + "crn:v1:bluemix:public:iam::::role:Editor" |
154 | 154 | ] |
155 | 155 | } |
156 | 156 | ], |
|
180 | 180 | "diagrams": [ |
181 | 181 | { |
182 | 182 | "diagram": { |
183 | | - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/stack-retrieval-augmented-generation/main/reference-architecture/RAG Pattern v2-part-2.svg", |
| 183 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/dev-rag/main/reference-architecture/rag-pattern.svg", |
184 | 184 | "caption": "Reference architecture", |
185 | 185 | "type": "image/svg+xml", |
186 | | - "thumbnail_url": "https://raw.githubusercontent.com/terraform-ibm-modules/stack-retrieval-augmented-generation/main/reference-architecture/RAG Pattern v2-part-2.svg" |
| 186 | + "thumbnail_url": "https://raw.githubusercontent.com/terraform-ibm-modules/dev-rag/main/reference-architecture/rag-pattern.svg" |
187 | 187 | }, |
188 | 188 | "description": "Reference architecture" |
189 | 189 | }, |
190 | 190 | { |
191 | 191 | "diagram": { |
192 | | - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/stack-retrieval-augmented-generation/main/reference-architecture/rag-stack.svg", |
| 192 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/dev-rag/main/reference-architecture/rag-stack.svg", |
193 | 193 | "caption": "Solution components", |
194 | 194 | "type": "image/svg+xml", |
195 | | - "thumbnail_url": "https://raw.githubusercontent.com/terraform-ibm-modules/stack-retrieval-augmented-generation/main/reference-architecture/rag-stack.svg" |
| 195 | + "thumbnail_url": "https://raw.githubusercontent.com/terraform-ibm-modules/dev-rag/main/reference-architecture/rag-stack.svg" |
196 | 196 | }, |
197 | 197 | "description": "Solution components" |
198 | 198 | } |
|
246 | 246 | "key": "resource_group_name", |
247 | 247 | "type": "string", |
248 | 248 | "default_value": "rag-services", |
249 | | - "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. ", |
| 249 | + "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.", |
250 | 250 | "required": false |
251 | 251 | }, { |
252 | 252 | "key": "existing_resource_group_name", |
253 | 253 | "type": "string", |
254 | 254 | "default_value": "__NULL__", |
255 | | - "description": "The name of an existing resource group that is used by this solution. Prefix is NOT used for existing resource group. All resources created by this solution are deployed in this resource group. ", |
| 255 | + "description": "The name of an existing resource group that is used by this solution, takes precedence over resource_group_name. Prefix is NOT used for existing resource group. All resources created by this solution are deployed in this resource group.", |
256 | 256 | "required": false |
257 | 257 | }, |
258 | 258 | { |
|
307 | 307 | "required": false |
308 | 308 | }, |
309 | 309 | { |
310 | | - "key": "existing_en_instance_crn", |
| 310 | + "key": "existing_event_notification_instance_crn", |
311 | 311 | "type": "string", |
312 | 312 | "default_value": "__NULL__", |
313 | 313 | "description": "The CRN of an existing event notification instance to use in this solution. If not set, a new event notification instance is provisioned.", |
314 | 314 | "required": false |
315 | 315 | }, |
316 | | - { |
317 | | - "key": "elasticsearch_plan", |
318 | | - "type": "string", |
319 | | - "default_value": "enterprise", |
320 | | - "description": "The pricing plan for the Databases for Elasticsearch instance.", |
321 | | - "required": false, |
322 | | - "options": [ |
323 | | - { |
324 | | - "displayname": "Enterprise", |
325 | | - "value": "enterprise" |
326 | | - }, |
327 | | - { |
328 | | - "displayname": "Platinum", |
329 | | - "value": "platinum" |
330 | | - } |
331 | | - ] |
332 | | - }, |
333 | 316 | { |
334 | 317 | "key": "existing_discovery_instance", |
335 | 318 | "type": "string", |
|
366 | 349 | "required": false |
367 | 350 | }, |
368 | 351 | { |
369 | | - "key": "existing_db_instance_crn", |
| 352 | + "key": "existing_elasticsearch_instance_crn", |
370 | 353 | "type": "string", |
371 | 354 | "default_value": "__NULL__", |
372 | 355 | "description": "The CRN of an existing elasticsearch instance to use in this solution. If not set, a new elasticsearch instance is provisioned.", |
|
376 | 359 | "outputs": [ |
377 | 360 | { |
378 | 361 | "key": "elasticsearch_hostname", |
379 | | - "description": "Elasticsearch instance hostname." |
| 362 | + "description": "The hostname of the Elasticsearch instance." |
380 | 363 | }, |
381 | 364 | { |
382 | 365 | "key": "elasticsearch_port", |
383 | | - "description": "Elasticsearch instance port." |
| 366 | + "description": "The port of the Elasticsearch instance." |
384 | 367 | }, |
385 | 368 | { |
386 | 369 | "key": "elasticsearch_service_credentials_json", |
387 | | - "description": "Elasticsearch instance service credentials json map." |
| 370 | + "description": "The service credentials of the Elasticsearch instance." |
388 | 371 | }, |
389 | 372 | { |
390 | 373 | "key": "elasticsearch_crn", |
391 | | - "description": "Elasticsearch instance crn." |
| 374 | + "description": "The CRN of the Elasticsearch instance." |
392 | 375 | }, |
393 | 376 | { |
394 | 377 | "key": "watsonx_project_url", |
|
0 commit comments