Skip to content

Commit 2c7a080

Browse files
authored
fix: update catalog reference to 1.5.0 (#2585)
1 parent dd31303 commit 2c7a080

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/backend/src/assets/ai.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "This recipe provides a blueprint for developers to create their own AI-powered chat applications using Streamlit.",
77
"name": "ChatBot",
88
"repository": "https://github.com/containers/ai-lab-recipes",
9-
"ref": "v1.3.3.2",
9+
"ref": "v1.5.0",
1010
"icon": "natural-language-processing",
1111
"categories": ["natural-language-processing"],
1212
"basedir": "recipes/natural_language_processing/chatbot",
@@ -26,7 +26,7 @@
2626
"description": "This recipe guides into creating custom LLM-powered summarization applications using Streamlit.",
2727
"name": "Summarizer",
2828
"repository": "https://github.com/containers/ai-lab-recipes",
29-
"ref": "v1.3.3.2",
29+
"ref": "v1.5.0",
3030
"icon": "natural-language-processing",
3131
"categories": ["natural-language-processing"],
3232
"basedir": "recipes/natural_language_processing/summarizer",
@@ -46,7 +46,7 @@
4646
"description": "This recipes showcases how to leverage LLM to build your own custom code generation application.",
4747
"name": "Code Generation",
4848
"repository": "https://github.com/containers/ai-lab-recipes",
49-
"ref": "v1.3.3.2",
49+
"ref": "v1.5.0",
5050
"icon": "generator",
5151
"categories": ["natural-language-processing"],
5252
"basedir": "recipes/natural_language_processing/codegen",
@@ -65,7 +65,7 @@
6565
"description": "This application illustrates how to integrate RAG (Retrieval Augmented Generation) into LLM applications enabling to interact with your own documents.",
6666
"name": "RAG Chatbot",
6767
"repository": "https://github.com/containers/ai-lab-recipes",
68-
"ref": "v1.3.3.2",
68+
"ref": "v1.5.0",
6969
"icon": "natural-language-processing",
7070
"categories": ["natural-language-processing"],
7171
"basedir": "recipes/natural_language_processing/rag",
@@ -85,7 +85,7 @@
8585
"description": "This application illustrates how to integrate RAG (Retrieval Augmented Generation) into LLM applications written in Node.js enabling to interact with your own documents.",
8686
"name": "Node.js RAG Chatbot",
8787
"repository": "https://github.com/containers/ai-lab-recipes",
88-
"ref": "28819abe5e941114ef71794c907c86bd6ba09b0b",
88+
"ref": "v1.5.0",
8989
"icon": "natural-language-processing",
9090
"categories": ["natural-language-processing"],
9191
"basedir": "recipes/natural_language_processing/rag-nodejs",
@@ -105,7 +105,7 @@
105105
"description": "This is a Java Quarkus-based recipe demonstrating how to create an AI-powered chat applications.",
106106
"name": "Java-based ChatBot (Quarkus)",
107107
"repository": "https://github.com/containers/ai-lab-recipes",
108-
"ref": "v1.3.3.2",
108+
"ref": "v1.5.0",
109109
"icon": "natural-language-processing",
110110
"categories": ["natural-language-processing"],
111111
"basedir": "recipes/natural_language_processing/chatbot-java-quarkus",
@@ -125,7 +125,7 @@
125125
"description": "This is a NodeJS based recipe demonstrating how to create an AI-powered chat applications.",
126126
"name": "Node.js based ChatBot",
127127
"repository": "https://github.com/containers/ai-lab-recipes",
128-
"ref": "v1.3.3.2",
128+
"ref": "v1.5.0",
129129
"icon": "natural-language-processing",
130130
"categories": ["natural-language-processing"],
131131
"basedir": "recipes/natural_language_processing/chatbot-nodejs",
@@ -145,7 +145,7 @@
145145
"description": "This recipes guides into multiple function calling use cases, showing the ability to structure data and chain multiple tasks, using Streamlit.",
146146
"name": "Function calling",
147147
"repository": "https://github.com/containers/ai-lab-recipes",
148-
"ref": "v1.3.3.2",
148+
"ref": "v1.5.0",
149149
"icon": "natural-language-processing",
150150
"categories": ["natural-language-processing"],
151151
"basedir": "recipes/natural_language_processing/function_calling",
@@ -160,7 +160,7 @@
160160
"description": "This application demonstrate how to use LLM for transcripting an audio into text.",
161161
"name": "Audio to Text",
162162
"repository": "https://github.com/containers/ai-lab-recipes",
163-
"ref": "v1.3.3.2",
163+
"ref": "v1.5.0",
164164
"icon": "generator",
165165
"categories": ["audio"],
166166
"basedir": "recipes/audio/audio_to_text",
@@ -175,7 +175,7 @@
175175
"description": "This recipe illustrates how to use LLM to interact with images and build object detection applications.",
176176
"name": "Object Detection",
177177
"repository": "https://github.com/containers/ai-lab-recipes",
178-
"ref": "v1.3.3.2",
178+
"ref": "v1.5.0",
179179
"icon": "generator",
180180
"categories": ["computer-vision"],
181181
"basedir": "recipes/computer_vision/object_detection",

0 commit comments

Comments
 (0)