Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cescoffier/quarkus-langchain4j-workshop

Learn how to build AI-infused applications with Quarkus
https://github.com/cescoffier/quarkus-langchain4j-workshop

ai langchain langchain4j llm quarkus

Last synced: about 1 month ago
JSON representation

Learn how to build AI-infused applications with Quarkus

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 [docs](docs) directory.

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).