https://github.com/quarkusio/quarkus-workshop-langchain4j
Quarkus Langchain4J Workshop
https://github.com/quarkusio/quarkus-workshop-langchain4j
ai chatbot langchain llm quarkus workshop
Last synced: about 1 month ago
JSON representation
Quarkus Langchain4J Workshop
- Host: GitHub
- URL: https://github.com/quarkusio/quarkus-workshop-langchain4j
- Owner: quarkusio
- License: apache-2.0
- Created: 2024-06-19T07:15:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T14:15:38.000Z (about 1 month ago)
- Last Synced: 2025-04-28T15:30:47.041Z (about 1 month ago)
- Topics: ai, chatbot, langchain, llm, quarkus, workshop
- Language: Java
- Homepage: http://quarkus.io/quarkus-workshop-langchain4j/
- Size: 68.8 MB
- Stars: 32
- Watchers: 6
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quarkus-langchain4j-workshop
A workshop to learn how to build AI-Infused applications with Quarkus and LangChain4j.
The workshop is divided into several steps. You can follow the instructions
available in the [workshop
website](https://quarkus.io/quarkus-workshop-langchain4j/). Alternatively,
you may serve the instructions locally by following the [docs/README
file](docs/README.md).The final state of each step is available in the [step-XX](step-XX) directory.
You can quickly jump to the final state of a step by navigating to the corresponding directory, and then running the following command:```shell
./mvnw quarkus:dev
```The application runs on [http://localhost:8080](http://localhost:8080).