Skip to content

Commit

Permalink
feat: Add the chatbot-java recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Martiska <[email protected]>
  • Loading branch information
jmartisk authored and benoitf committed Nov 15, 2024
1 parent ae54d3d commit 081cec3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/backend/src/assets/ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,23 @@
],
"backend": "llama-cpp"
},
{
"id": "chatbot-java-quarkus",
"description": "This is a Quarkus-based chat demo application.",
"name": "Java-based ChatBot (Quarkus)",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "a7b03d7bd025e009a03147391a00cb1ee472ad3f",
"icon": "natural-language-processing",
"categories": ["natural-language-processing"],
"basedir": "recipes/natural_language_processing/chatbot-java",
"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",
"hf.instructlab.merlinite-7b-lab-GGUF",
"hf.lmstudio-community.granite-3.0-8b-instruct-GGUF"
],
"backend": "llama-cpp"
},
{
"id": "function-calling",
"description": "This is a Streamlit function calling enabled demo application.",
Expand Down

0 comments on commit 081cec3

Please sign in to comment.