Skip to content

Commit

Permalink
Merge pull request #813 from jmartisk/quarkus-rename
Browse files Browse the repository at this point in the history
Rename Quarkus example to chatbot-java-quarkus
  • Loading branch information
rhatdan authored Nov 15, 2024
2 parents d853a20 + 09d00c6 commit a7b03d7
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 a7b03d7

Please sign in to comment.