AI demos using Java
| 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.
Java 21+
./mvnw clean package
./mvnw -pl <module-name> spring-boot:run (e.g. ./mvnw -pl langchain4j-spring-demo spring-boot:run)