|
6 | 6 | "description": "This recipe provides a blueprint for developers to create their own AI-powered chat applications using Streamlit.", |
7 | 7 | "name": "ChatBot", |
8 | 8 | "repository": "https://github.com/containers/ai-lab-recipes", |
9 | | - "ref": "v1.3.3.2", |
| 9 | + "ref": "v1.5.0", |
10 | 10 | "icon": "natural-language-processing", |
11 | 11 | "categories": ["natural-language-processing"], |
12 | 12 | "basedir": "recipes/natural_language_processing/chatbot", |
|
26 | 26 | "description": "This recipe guides into creating custom LLM-powered summarization applications using Streamlit.", |
27 | 27 | "name": "Summarizer", |
28 | 28 | "repository": "https://github.com/containers/ai-lab-recipes", |
29 | | - "ref": "v1.3.3.2", |
| 29 | + "ref": "v1.5.0", |
30 | 30 | "icon": "natural-language-processing", |
31 | 31 | "categories": ["natural-language-processing"], |
32 | 32 | "basedir": "recipes/natural_language_processing/summarizer", |
|
46 | 46 | "description": "This recipes showcases how to leverage LLM to build your own custom code generation application.", |
47 | 47 | "name": "Code Generation", |
48 | 48 | "repository": "https://github.com/containers/ai-lab-recipes", |
49 | | - "ref": "v1.3.3.2", |
| 49 | + "ref": "v1.5.0", |
50 | 50 | "icon": "generator", |
51 | 51 | "categories": ["natural-language-processing"], |
52 | 52 | "basedir": "recipes/natural_language_processing/codegen", |
|
65 | 65 | "description": "This application illustrates how to integrate RAG (Retrieval Augmented Generation) into LLM applications enabling to interact with your own documents.", |
66 | 66 | "name": "RAG Chatbot", |
67 | 67 | "repository": "https://github.com/containers/ai-lab-recipes", |
68 | | - "ref": "v1.3.3.2", |
| 68 | + "ref": "v1.5.0", |
69 | 69 | "icon": "natural-language-processing", |
70 | 70 | "categories": ["natural-language-processing"], |
71 | 71 | "basedir": "recipes/natural_language_processing/rag", |
|
85 | 85 | "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.", |
86 | 86 | "name": "Node.js RAG Chatbot", |
87 | 87 | "repository": "https://github.com/containers/ai-lab-recipes", |
88 | | - "ref": "28819abe5e941114ef71794c907c86bd6ba09b0b", |
| 88 | + "ref": "v1.5.0", |
89 | 89 | "icon": "natural-language-processing", |
90 | 90 | "categories": ["natural-language-processing"], |
91 | 91 | "basedir": "recipes/natural_language_processing/rag-nodejs", |
|
105 | 105 | "description": "This is a Java Quarkus-based recipe demonstrating how to create an AI-powered chat applications.", |
106 | 106 | "name": "Java-based ChatBot (Quarkus)", |
107 | 107 | "repository": "https://github.com/containers/ai-lab-recipes", |
108 | | - "ref": "v1.3.3.2", |
| 108 | + "ref": "v1.5.0", |
109 | 109 | "icon": "natural-language-processing", |
110 | 110 | "categories": ["natural-language-processing"], |
111 | 111 | "basedir": "recipes/natural_language_processing/chatbot-java-quarkus", |
|
125 | 125 | "description": "This is a NodeJS based recipe demonstrating how to create an AI-powered chat applications.", |
126 | 126 | "name": "Node.js based ChatBot", |
127 | 127 | "repository": "https://github.com/containers/ai-lab-recipes", |
128 | | - "ref": "v1.3.3.2", |
| 128 | + "ref": "v1.5.0", |
129 | 129 | "icon": "natural-language-processing", |
130 | 130 | "categories": ["natural-language-processing"], |
131 | 131 | "basedir": "recipes/natural_language_processing/chatbot-nodejs", |
|
145 | 145 | "description": "This recipes guides into multiple function calling use cases, showing the ability to structure data and chain multiple tasks, using Streamlit.", |
146 | 146 | "name": "Function calling", |
147 | 147 | "repository": "https://github.com/containers/ai-lab-recipes", |
148 | | - "ref": "v1.3.3.2", |
| 148 | + "ref": "v1.5.0", |
149 | 149 | "icon": "natural-language-processing", |
150 | 150 | "categories": ["natural-language-processing"], |
151 | 151 | "basedir": "recipes/natural_language_processing/function_calling", |
|
160 | 160 | "description": "This application demonstrate how to use LLM for transcripting an audio into text.", |
161 | 161 | "name": "Audio to Text", |
162 | 162 | "repository": "https://github.com/containers/ai-lab-recipes", |
163 | | - "ref": "v1.3.3.2", |
| 163 | + "ref": "v1.5.0", |
164 | 164 | "icon": "generator", |
165 | 165 | "categories": ["audio"], |
166 | 166 | "basedir": "recipes/audio/audio_to_text", |
|
175 | 175 | "description": "This recipe illustrates how to use LLM to interact with images and build object detection applications.", |
176 | 176 | "name": "Object Detection", |
177 | 177 | "repository": "https://github.com/containers/ai-lab-recipes", |
178 | | - "ref": "v1.3.3.2", |
| 178 | + "ref": "v1.5.0", |
179 | 179 | "icon": "generator", |
180 | 180 | "categories": ["computer-vision"], |
181 | 181 | "basedir": "recipes/computer_vision/object_detection", |
|
0 commit comments