Skip to content

Commit a3d4939

Browse files
authored
fix: update catalog reference to 1.7.0.2 (#3057)
1 parent 20a60f5 commit a3d4939

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

packages/backend/src/assets/ai.json

Lines changed: 14 additions & 14 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.7.0.1",
9+
"ref": "v1.7.0.2",
1010
"icon": "natural-language-processing",
1111
"categories": ["natural-language-processing"],
1212
"basedir": "recipes/natural_language_processing/chatbot",
@@ -28,7 +28,7 @@
2828
"description": "This recipe provides a blueprint for developers to create their own AI-powered chat applications with the pydantic framework using Streamlit",
2929
"name": "Chatbot PydanticAI",
3030
"repository": "https://github.com/containers/ai-lab-recipes",
31-
"ref": "v1.7.0.1",
31+
"ref": "v1.7.0.2",
3232
"icon": "natural-language-processing",
3333
"categories": ["natural-language-processing"],
3434
"basedir": "recipes/natural_language_processing/chatbot-pydantic-ai",
@@ -43,7 +43,7 @@
4343
"description": "This recipe shows how ReAct can be used to create an intelligent music discovery assistant with Spotify API.",
4444
"name": "ReAct Agent Application",
4545
"repository": "https://github.com/containers/ai-lab-recipes",
46-
"ref": "v1.7.0.1",
46+
"ref": "v1.7.0.2",
4747
"icon": "natural-language-processing",
4848
"categories": ["natural-language-processing"],
4949
"basedir": "recipes/natural_language_processing/agents",
@@ -65,7 +65,7 @@
6565
"description": "This recipe guides into creating custom LLM-powered summarization applications using Streamlit.",
6666
"name": "Summarizer",
6767
"repository": "https://github.com/containers/ai-lab-recipes",
68-
"ref": "v1.7.0.1",
68+
"ref": "v1.7.0.2",
6969
"icon": "natural-language-processing",
7070
"categories": ["natural-language-processing"],
7171
"basedir": "recipes/natural_language_processing/summarizer",
@@ -88,7 +88,7 @@
8888
"description": "This recipes showcases how to leverage LLM to build your own custom code generation application.",
8989
"name": "Code Generation",
9090
"repository": "https://github.com/containers/ai-lab-recipes",
91-
"ref": "v1.7.0.1",
91+
"ref": "v1.7.0.2",
9292
"icon": "generator",
9393
"categories": ["natural-language-processing"],
9494
"basedir": "recipes/natural_language_processing/codegen",
@@ -109,7 +109,7 @@
109109
"description": "This application illustrates how to integrate RAG (Retrieval Augmented Generation) into LLM applications enabling to interact with your own documents.",
110110
"name": "RAG Chatbot",
111111
"repository": "https://github.com/containers/ai-lab-recipes",
112-
"ref": "v1.7.0.1",
112+
"ref": "v1.7.0.2",
113113
"icon": "natural-language-processing",
114114
"categories": ["natural-language-processing"],
115115
"basedir": "recipes/natural_language_processing/rag",
@@ -131,7 +131,7 @@
131131
"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.",
132132
"name": "Node.js RAG Chatbot",
133133
"repository": "https://github.com/containers/ai-lab-recipes",
134-
"ref": "v1.7.0.1",
134+
"ref": "v1.7.0.2",
135135
"icon": "natural-language-processing",
136136
"categories": ["natural-language-processing"],
137137
"basedir": "recipes/natural_language_processing/rag-nodejs",
@@ -153,7 +153,7 @@
153153
"description": "This is a Java Quarkus-based recipe demonstrating how to create an AI-powered chat applications.",
154154
"name": "Java-based ChatBot (Quarkus)",
155155
"repository": "https://github.com/containers/ai-lab-recipes",
156-
"ref": "v1.7.0.1",
156+
"ref": "v1.7.0.2",
157157
"icon": "natural-language-processing",
158158
"categories": ["natural-language-processing"],
159159
"basedir": "recipes/natural_language_processing/chatbot-java-quarkus",
@@ -175,7 +175,7 @@
175175
"description": "This is a NodeJS based recipe demonstrating how to create an AI-powered chat applications.",
176176
"name": "Node.js based ChatBot",
177177
"repository": "https://github.com/containers/ai-lab-recipes",
178-
"ref": "v1.7.0.1",
178+
"ref": "v1.7.0.2",
179179
"icon": "natural-language-processing",
180180
"categories": ["natural-language-processing"],
181181
"basedir": "recipes/natural_language_processing/chatbot-nodejs",
@@ -197,7 +197,7 @@
197197
"description": "This recipes guides into multiple function calling use cases, showing the ability to structure data and chain multiple tasks, using Streamlit.",
198198
"name": "Function calling",
199199
"repository": "https://github.com/containers/ai-lab-recipes",
200-
"ref": "v1.7.0.1",
200+
"ref": "v1.7.0.2",
201201
"icon": "natural-language-processing",
202202
"categories": ["natural-language-processing"],
203203
"basedir": "recipes/natural_language_processing/function_calling",
@@ -215,7 +215,7 @@
215215
"description": "This recipes guides into multiple function calling use cases, showing the ability to structure data and chain multiple tasks, using Streamlit.",
216216
"name": "Node.js Function calling",
217217
"repository": "https://github.com/containers/ai-lab-recipes",
218-
"ref": "v1.7.0.1",
218+
"ref": "v1.7.0.2",
219219
"icon": "natural-language-processing",
220220
"categories": ["natural-language-processing"],
221221
"basedir": "recipes/natural_language_processing/function-calling-nodejs",
@@ -233,7 +233,7 @@
233233
"description": "This demo provides a recipe to build out a custom Graph RAG (Graph Retrieval Augmented Generation) application using the repo LightRag which abstracts Microsoft's GraphRag implementation. It consists of two main components; the Model Service, and the AI Application with a built in Database.",
234234
"name": "Graph RAG Chat Application",
235235
"repository": "https://github.com/containers/ai-lab-recipes",
236-
"ref": "v1.7.0.1",
236+
"ref": "v1.7.0.2",
237237
"icon": "natural-language-processing",
238238
"categories": ["natural-language-processing"],
239239
"basedir": "recipes/natural_language_processing/graph-rag",
@@ -248,7 +248,7 @@
248248
"description": "This application demonstrate how to use LLM for transcripting an audio into text.",
249249
"name": "Audio to Text",
250250
"repository": "https://github.com/containers/ai-lab-recipes",
251-
"ref": "v1.7.0.1",
251+
"ref": "v1.7.0.2",
252252
"icon": "generator",
253253
"categories": ["audio"],
254254
"basedir": "recipes/audio/audio_to_text",
@@ -263,7 +263,7 @@
263263
"description": "This recipe illustrates how to use LLM to interact with images and build object detection applications.",
264264
"name": "Object Detection",
265265
"repository": "https://github.com/containers/ai-lab-recipes",
266-
"ref": "v1.7.0.1",
266+
"ref": "v1.7.0.2",
267267
"icon": "generator",
268268
"categories": ["computer-vision"],
269269
"basedir": "recipes/computer_vision/object_detection",

0 commit comments

Comments
 (0)