Skip to content

Commit 5f6d5da

Browse files
authored
fix: update catalog reference to 1.6.0 (#2727)
Signed-off-by: Jeff MAURY <[email protected]>
1 parent c977815 commit 5f6d5da

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/backend/src/assets/ai.json

Lines changed: 13 additions & 13 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.5.0",
9+
"ref": "v1.6.0",
1010
"icon": "natural-language-processing",
1111
"categories": ["natural-language-processing"],
1212
"basedir": "recipes/natural_language_processing/chatbot",
@@ -27,7 +27,7 @@
2727
"description": "This recipe provides a blueprint for developers to create their own AI-powered chat applications with the pydantic framework using Streamlit",
2828
"name": "Chatbot PydanticAI",
2929
"repository": "https://github.com/containers/ai-lab-recipes",
30-
"ref": "v1.5.0",
30+
"ref": "v1.6.0",
3131
"icon": "natural-language-processing",
3232
"categories": ["natural-language-processing"],
3333
"basedir": "recipes/natural_language_processing/chatbot-pydantic-ai",
@@ -42,7 +42,7 @@
4242
"description": "This recipe guides into creating custom LLM-powered summarization applications using Streamlit.",
4343
"name": "Summarizer",
4444
"repository": "https://github.com/containers/ai-lab-recipes",
45-
"ref": "v1.5.0",
45+
"ref": "v1.6.0",
4646
"icon": "natural-language-processing",
4747
"categories": ["natural-language-processing"],
4848
"basedir": "recipes/natural_language_processing/summarizer",
@@ -63,7 +63,7 @@
6363
"description": "This recipes showcases how to leverage LLM to build your own custom code generation application.",
6464
"name": "Code Generation",
6565
"repository": "https://github.com/containers/ai-lab-recipes",
66-
"ref": "v1.5.0",
66+
"ref": "v1.6.0",
6767
"icon": "generator",
6868
"categories": ["natural-language-processing"],
6969
"basedir": "recipes/natural_language_processing/codegen",
@@ -83,7 +83,7 @@
8383
"description": "This application illustrates how to integrate RAG (Retrieval Augmented Generation) into LLM applications enabling to interact with your own documents.",
8484
"name": "RAG Chatbot",
8585
"repository": "https://github.com/containers/ai-lab-recipes",
86-
"ref": "v1.5.0",
86+
"ref": "v1.6.0",
8787
"icon": "natural-language-processing",
8888
"categories": ["natural-language-processing"],
8989
"basedir": "recipes/natural_language_processing/rag",
@@ -104,7 +104,7 @@
104104
"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.",
105105
"name": "Node.js RAG Chatbot",
106106
"repository": "https://github.com/containers/ai-lab-recipes",
107-
"ref": "v1.5.0",
107+
"ref": "v1.6.0",
108108
"icon": "natural-language-processing",
109109
"categories": ["natural-language-processing"],
110110
"basedir": "recipes/natural_language_processing/rag-nodejs",
@@ -125,7 +125,7 @@
125125
"description": "This is a Java Quarkus-based recipe demonstrating how to create an AI-powered chat applications.",
126126
"name": "Java-based ChatBot (Quarkus)",
127127
"repository": "https://github.com/containers/ai-lab-recipes",
128-
"ref": "v1.5.0",
128+
"ref": "v1.6.0",
129129
"icon": "natural-language-processing",
130130
"categories": ["natural-language-processing"],
131131
"basedir": "recipes/natural_language_processing/chatbot-java-quarkus",
@@ -146,7 +146,7 @@
146146
"description": "This is a NodeJS based recipe demonstrating how to create an AI-powered chat applications.",
147147
"name": "Node.js based ChatBot",
148148
"repository": "https://github.com/containers/ai-lab-recipes",
149-
"ref": "v1.5.0",
149+
"ref": "v1.6.0",
150150
"icon": "natural-language-processing",
151151
"categories": ["natural-language-processing"],
152152
"basedir": "recipes/natural_language_processing/chatbot-nodejs",
@@ -167,7 +167,7 @@
167167
"description": "This recipes guides into multiple function calling use cases, showing the ability to structure data and chain multiple tasks, using Streamlit.",
168168
"name": "Function calling",
169169
"repository": "https://github.com/containers/ai-lab-recipes",
170-
"ref": "v1.5.0",
170+
"ref": "v1.6.0",
171171
"icon": "natural-language-processing",
172172
"categories": ["natural-language-processing"],
173173
"basedir": "recipes/natural_language_processing/function_calling",
@@ -182,7 +182,7 @@
182182
"description": "This recipes guides into multiple function calling use cases, showing the ability to structure data and chain multiple tasks, using Streamlit.",
183183
"name": "Node.js Function calling",
184184
"repository": "https://github.com/containers/ai-lab-recipes",
185-
"ref": "main",
185+
"ref": "v1.6.0",
186186
"icon": "natural-language-processing",
187187
"categories": ["natural-language-processing"],
188188
"basedir": "recipes/natural_language_processing/function-calling-nodejs",
@@ -197,7 +197,7 @@
197197
"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.",
198198
"name": "Graph RAG Chat Application",
199199
"repository": "https://github.com/containers/ai-lab-recipes",
200-
"ref": "53def1030a84ad3dc07deee6e02d905efd5e6d59",
200+
"ref": "v1.6.0",
201201
"icon": "natural-language-processing",
202202
"categories": ["natural-language-processing"],
203203
"basedir": "recipes/natural_language_processing/graph-rag",
@@ -212,7 +212,7 @@
212212
"description": "This application demonstrate how to use LLM for transcripting an audio into text.",
213213
"name": "Audio to Text",
214214
"repository": "https://github.com/containers/ai-lab-recipes",
215-
"ref": "v1.5.0",
215+
"ref": "v1.6.0",
216216
"icon": "generator",
217217
"categories": ["audio"],
218218
"basedir": "recipes/audio/audio_to_text",
@@ -227,7 +227,7 @@
227227
"description": "This recipe illustrates how to use LLM to interact with images and build object detection applications.",
228228
"name": "Object Detection",
229229
"repository": "https://github.com/containers/ai-lab-recipes",
230-
"ref": "v1.5.0",
230+
"ref": "v1.6.0",
231231
"icon": "generator",
232232
"categories": ["computer-vision"],
233233
"basedir": "recipes/computer_vision/object_detection",

0 commit comments

Comments
 (0)