Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Integration with Quarkus & LangChain4j: A Beginner's Guide

Welcome to "The Dummy Way" – your friendly introduction to integrating Large Language Models (LLMs) into Java applications!

Purpose

The repository is designed for Java-developers who are new to the AI world and want practical, easy-to-understand starting points.

This repository is a collection of beginner-friendly sample projects, which are intentionally simple yet complete – designed to be understandable for beginners while remaining extensible for advanced use cases.

Tech Stack

Projects in this repository use:

  • Quarkus – A lightweight, Java-native framework optimized for cloud and containerized environments
  • LangChain4j – A powerful framework for building LLM applications in Java
  • Ollama – Local LLM execution for privacy and security

Why Local LLMs?

A core principle of this repository is data privacy. By running LLMs locally through Ollama, you can experiment with AI without sending sensitive information to external services. This makes it ideal for learning and prototyping.

What You'll Find Here

This repository contains starter projects, each showcasing different aspects of LLM integration:

  • Basic LLM interactions and prompting
  • OCR utilization
  • RAG-based chat

Getting Started

For detailed instructions and project-specific information, please refer to the README.md file in each individual project directory.


Start your AI journey the dummy way – one project at a time!

About

"The Dummy Way" is a friendly introduction to integrating Large Language Models (LLMs) into Java applications!

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages