Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:10:28.000Z (2 months ago)
- Last Synced: 2024-11-11T09:20:45.797Z (2 months ago)
- Topics: ai, chatbot, langchain, llm, quarkus, workshop
- Language: Java
- Homepage: http://quarkus.io/quarkus-workshop-langchain4j/
- Size: 17.2 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
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).