From c41bed490d426b00c74dd6d0cd7ccf8ff52047d5 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Mon, 25 Nov 2024 14:16:40 +0100 Subject: [PATCH] fix: update catalog with latest ai-lab-recipes (#2121) * fix: update catalog with latest ai-lab-recipes Fixes #2120 Signed-off-by: Jeff MAURY * fix: update format for Granite code model Signed-off-by: Jeff MAURY * fix: apply suggestion from @feloy Co-authored-by: Philippe Martin Signed-off-by: Jeff MAURY * fix: update reference to fix Quarkus recipe on Windows Signed-off-by: Jeff MAURY --------- Signed-off-by: Jeff MAURY Co-authored-by: Philippe Martin --- packages/backend/src/assets/ai.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/packages/backend/src/assets/ai.json b/packages/backend/src/assets/ai.json index 690a15cd3..8c64c5d3f 100644 --- a/packages/backend/src/assets/ai.json +++ b/packages/backend/src/assets/ai.json @@ -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.0", + "ref": "v1.3.3.1", "icon": "natural-language-processing", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/chatbot", @@ -23,7 +23,7 @@ "description": "This is a Streamlit demo application for summarizing text.", "name": "Summarizer", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.0", + "ref": "v1.3.3.1", "icon": "natural-language-processing", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/summarizer", @@ -40,7 +40,7 @@ "description": "This is a code-generation demo application.", "name": "Code Generation", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.0", + "ref": "v1.3.3.1", "icon": "generator", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/codegen", @@ -57,7 +57,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.0", + "ref": "v1.3.3.1", "icon": "natural-language-processing", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/rag", @@ -74,10 +74,10 @@ "description": "This is a Quarkus-based chat demo application.", "name": "Java-based ChatBot (Quarkus)", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "a7b03d7bd025e009a03147391a00cb1ee472ad3f", + "ref": "v1.3.3.1", "icon": "natural-language-processing", "categories": ["natural-language-processing"], - "basedir": "recipes/natural_language_processing/chatbot-java", + "basedir": "recipes/natural_language_processing/chatbot-java-quarkus", "readme": "# Java-based chatbot application\n\nThis application implements a simple chatbot backed by Quarkus and its\nLangChain4j extension. The UI communicates with the backend application via\nweb sockets and the backend uses the OpenAI API to talk to the model served\nby Podman AI Lab.\n\nDocumentation for Quarkus+LangChain4j can be found at\nhttps://docs.quarkiverse.io/quarkus-langchain4j/dev/.", "recommended": [ "hf.instructlab.granite-7b-lab-GGUF", @@ -91,7 +91,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.0", + "ref": "v1.3.3.1", "icon": "natural-language-processing", "categories": ["natural-language-processing"], "basedir": "recipes/natural_language_processing/function_calling", @@ -104,7 +104,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.0", + "ref": "v1.3.3.1", "icon": "generator", "categories": ["audio"], "basedir": "recipes/audio/audio_to_text", @@ -117,7 +117,7 @@ "description": "This is an object detection demo application.", "name": "Object Detection", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.3.0", + "ref": "v1.3.3.1", "icon": "generator", "categories": ["computer-vision"], "basedir": "recipes/computer_vision/object_detection", @@ -213,6 +213,9 @@ "license": "Apache-2.0", "url": "https://huggingface.co/ibm-granite/granite-8b-code-instruct-GGUF/resolve/main/granite-8b-code-instruct.Q4_K_M.gguf", "memory": 5347234284, + "properties": { + "chatFormat": "openchat" + }, "sha256": "bc8804cb43c4e1e82e2188658569b147587f83a89640600a64d5f7d7de2565b4", "backend": "llama-cpp" },