From b5a2ebbb5ac45bf289c31f17646a05528772f25c Mon Sep 17 00:00:00 2001 From: Rajat Agrawal Date: Thu, 12 Sep 2024 11:10:23 +0100 Subject: [PATCH] feat: addon poc content --- ibm_catalog.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index a591918..a82053c 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -1,8 +1,8 @@ { "products": [ { - "label": "Retrieval Augmented Generation Pattern", - "name": "Retrieval_Augmented_Generation_Pattern", + "label": "Testing - Retrieval Augmented Generation Pattern", + "name": "Testing_Retrieval_Augmented_Generation_Pattern", "product_kind": "solution", "tags": [ "watson", @@ -305,7 +305,16 @@ "description": "The ID for the Watson Discovery project for the sample RAG application." } ], - "install_type": "fullstack" + "install_type": "fullstack", + "dependency_version_2": true, + "licenses": [ + { + "id": "LICENSE", + "name": "LICENSE", + "type": "text/plain", + "description": "LICENSE" + } + ] } ] }