Skip to content

Commit

Permalink
Rename Quarkus example to chatbot-java-quarkus, some minor metadata f…
Browse files Browse the repository at this point in the history
…ixes

Signed-off-by: Jan Martiska <[email protected]>
  • Loading branch information
jmartisk committed Nov 13, 2024
1 parent d853a20 commit 09d00c6
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ recipes/common/bin/*
training/cloud/examples
training/instructlab/instructlab
vector_dbs/milvus/volumes/milvus/*
.idea
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Java-based chatbot application
# Java-based chatbot application - Quarkus

This application implements a simple chatbot backed by Quarkus and its
LangChain4j extension. The UI communicates with the backend application via
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: v1.0
application:
type: language
name: ChatBot_Streamlit
description: Chat with a model service in a web frontend.
name: ChatBot_Java_Quarkus
description: Chatbot sample based on Quarkus
containers:
- name: llamacpp-server
contextdir: ../../../model_servers/llamacpp_python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-sample-chatbot</artifactId>
<name>Quarkus LangChain4j - Sample - Chatbot</name>
<groupId>org.example</groupId>
<artifactId>podman-ai-sample-chatbot-quarkus</artifactId>
<name>Quarkus-based chatbot sample</name>
<version>1.0-SNAPSHOT</version>

<properties>
Expand Down

0 comments on commit 09d00c6

Please sign in to comment.