Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 855 Bytes

File metadata and controls

22 lines (17 loc) · 855 Bytes

AI demos using Java

Modules

Module Description
langchain4j-spring AI demo using Langchain4j & Spring Boot
database-query A chatbot that can answer questions using a database query

In the future, more modules will be added. We will keep updating this page.

Pre-requisite

Java 21+

How to build

./mvnw clean package

How to run

./mvnw -pl <module-name> spring-boot:run (e.g. ./mvnw -pl langchain4j-spring-demo spring-boot:run)