From 335e62e4a50d867cba353b38bdc29de554a4d557 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:31:42 +0100 Subject: [PATCH] fix: update catalog reference to 1.3.3.2 (#2187) (#2189) Fixes #2186 Signed-off-by: Jeff MAURY (cherry picked from commit 76c354faa09507eaa0540abd4b32b57c5bac9658) Co-authored-by: Jeff MAURY --- packages/backend/src/assets/ai.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/backend/src/assets/ai.json b/packages/backend/src/assets/ai.json index 341b26129..a6e7405c0 100644 --- a/packages/backend/src/assets/ai.json +++ b/packages/backend/src/assets/ai.json @@ -6,7 +6,7 @@ "description" : "This is a Streamlit chat demo application.", "name" : "ChatBot", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "natural-language-processing", "categories": [ "natural-language-processing" @@ -24,7 +24,7 @@ "description" : "This is a Streamlit demo application for summarizing text.", "name" : "Summarizer", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "natural-language-processing", "categories": [ "natural-language-processing" @@ -42,7 +42,7 @@ "description" : "This is a code-generation demo application.", "name" : "Code Generation", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "generator", "categories": [ "natural-language-processing" @@ -61,7 +61,7 @@ "description" : "This is a Streamlit RAG enabled chat demo application.", "name" : "RAG Chatbot", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "natural-language-processing", "categories": [ "natural-language-processing" @@ -80,7 +80,7 @@ "description": "This is a Quarkus-based chat demo application.", "name": "Java-based ChatBot (Quarkus)", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "natural-language-processing", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/chatbot-java-quarkus", @@ -114,7 +114,7 @@ "description": "This is a Node.js based chat demo application.", "name": "Node.js based ChatBot", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "26b10d23c8579ab3b9dacd39d77a0172ad3aec82", + "ref": "v1.3.3.2", "icon": "natural-language-processing", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/chatbot-nodejs", @@ -131,7 +131,7 @@ "description" : "This is a Streamlit function calling enabled demo application.", "name" : "Function calling", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "natural-language-processing", "categories": [ "natural-language-processing" @@ -148,7 +148,7 @@ "description" : "This is an audio to text demo application.", "name" : "Audio to Text", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "generator", "categories": [ "audio" @@ -165,7 +165,7 @@ "description" : "This is an object detection demo application.", "name" : "Object Detection", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.3.1", + "ref": "v1.3.3.2", "icon": "generator", "categories": [ "computer-vision"