Skip to content

Commit

Permalink
fix: update catalog reference to 1.3.3.2 (#2187) (#2189)
Browse files Browse the repository at this point in the history
Fixes #2186

Signed-off-by: Jeff MAURY <[email protected]>
(cherry picked from commit 76c354f)

Co-authored-by: Jeff MAURY <[email protected]>
  • Loading branch information
mergify[bot] and jeffmaury authored Dec 2, 2024
1 parent 41e0627 commit 335e62e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/backend/src/assets/ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 335e62e

Please sign in to comment.