quarkus-langchain4j-workshop: Build AI-Infused Apps with Quarkus and LangChain4j

This repository profile is provided by osrepos.com, an open source repository discovery platform.

quarkus-langchain4j-workshop: Build AI-Infused Apps with Quarkus and LangChain4j

Summary

Explore the `quarkus-langchain4j-workshop` to learn how to develop AI-infused applications using Quarkus and LangChain4j. This workshop provides a structured approach, guiding you through various steps to build powerful AI solutions. It's an excellent resource for developers looking to integrate large language models into their Quarkus projects.

Repository Information

Analyzed by OSRepos on October 11, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

The quarkus-langchain4j-workshop is a comprehensive guide designed to teach developers how to build AI-infused applications using the powerful combination of Quarkus and LangChain4j. This workshop provides a hands-on approach to integrating Large Language Models (LLMs) into your Java applications, leveraging Quarkus's efficiency and LangChain4j's robust AI capabilities.

Installation

To get started with the workshop, you'll need to clone the repository and follow the step-by-step instructions.

  1. Clone the repository:

    git clone https://github.com/cescoffier/quarkus-langchain4j-workshop.git
    cd quarkus-langchain4j-workshop
    
  2. Follow the detailed instructions available in the docs directory.

  3. To run the application for any given step, navigate to the corresponding step-XX directory and execute:

    ./mvnw quarkus:dev
    

    The application will then be accessible at http://localhost:8080.

Examples

The workshop is structured into several progressive steps, making it easy to follow along. Each step builds upon the previous one, guiding you through different aspects of AI application development. For convenience, the final state of each step is provided in its respective step-XX directory, allowing you to quickly jump to a specific point or verify your progress.

Why Use It

This workshop is an invaluable resource for developers looking to dive into AI application development with a modern, efficient stack. It offers a practical learning path for integrating LLMs using LangChain4j, all within the high-performance Quarkus framework. By following this workshop, you will gain hands-on experience in building intelligent applications, enhancing your skills in a rapidly evolving field.

Links

Related repositories

Similar repositories that may be relevant next.

Agent-Memory: Persistent Memory for AI Coding Agents

Agent-Memory: Persistent Memory for AI Coding Agents

August 16, 2026

Agent-Memory provides persistent memory for AI coding agents, ensuring they remember past interactions and learned patterns across sessions. Built on the iii engine, it eliminates the need for re-explaining context, significantly improving agent efficiency and reducing token usage. This solution integrates seamlessly with various agents, offering a robust memory management system.

AIAgent MemoryLLM
code-session-memory: Automatic Vector Memory for AI Coding Sessions

code-session-memory: Automatic Vector Memory for AI Coding Sessions

August 15, 2026

code-session-memory provides automatic vector memory for various AI coding tools like OpenCode, Claude Code, Cursor, VS Code, Codex, and Gemini CLI. It indexes new messages into a vector database after each AI agent turn, enabling semantic search across all your past coding sessions. This tool ensures memory is shared across different platforms, enhancing developer productivity.

TypeScriptAIDeveloper Tools
json-render: The Generative UI Framework for Dynamic Interfaces

json-render: The Generative UI Framework for Dynamic Interfaces

August 12, 2026

json-render is a powerful Generative UI framework that allows developers to create dynamic, personalized user interfaces from natural language prompts. It ensures reliability by constraining AI-generated output to predefined components and actions, offering a predictable and safe way to build cross-platform UIs.

TypeScriptGenerative UIAI
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

August 12, 2026

Cortex-Mem is a production-ready, AI-native memory framework built in Rust, providing intelligent long-term memory for autonomous systems. It features a hierarchical three-tier memory architecture for efficient information management, from extraction and search to automated optimization. This framework empowers AI agents to remember, learn, and personalize interactions across sessions, transforming stateless AI into context-aware partners.

RustAImemory-management

Source repository

Open the original repository on GitHub.

13 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️