Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring AI 2 - Fundamentals
New
Rating: 5.0 out of 5(2 ratings)
195 students

Spring AI 2 - Fundamentals

Fundamentals of Spring AI
Created byNithesh S
Last updated 8/2026
English
English

What you'll learn

  • Spring AI fundamentals
  • Chat API
  • Streaming
  • RAG

Course content

6 sections22 lectures1h 52m total length
  • Introduction1:29

    Spring AI enables building production-grade AI-enabled apps in Java by treating LLMs as external services, powering document understanding, Q&A, image processing, and voice via OpenAI, Cloud, and Vertex AI APIs.

  • Learning Path2:28

    Walk through a code-grounded progression from basics to advanced ai, from simple chat and real-time streaming to memory, RAC, and tools, grounding responses in your data.

  • Environmet set up3:06

    Install java 17 and maven locally, set up olama, download the llama model (llama 3 or 4), run olama serve, verify with curl, and prepare for spring ai maven dependencies.

  • Update1:06

    Explore updated Spring AI version 2 tutorials with notes on api changes for tool calling, and access updated source code and exported Postman api collections for seamless testing.

Requirements

  • Java and Spring

Description

Artificial Intelligence is transforming software development, and Spring AI 2 brings enterprise-grade AI capabilities directly into the Spring ecosystem. This course is designed for Java developers, Spring Boot developers, and software architects who want to build modern AI-powered applications using Large Language Models (LLMs)

Starting with the fundamentals, you'll learn how to integrate leading AI models such as OpenAI, Gemini, Anthropic Claude, Ollama, and Azure OpenAI into Spring Boot applications using Spring AI 2. You'll then progress to advanced enterprise topics including vector databases, document ingestion pipelines, metadata filtering, observability, security, knowledge graphs, and multi-agent orchestration.

Path 1 – Beginner

Build a strong foundation with Spring AI.

  • Lesson 01: Core Chat API

  • Lesson 02: Streaming Responses

  • Lesson 03: Tool Calling

  • Lesson 04: Chat Memory

  • Lesson 05: Retrieval-Augmented Generation (RAG)

    Prerequisites

    • Basic Java programming

    • Spring Boot fundamentals

    • REST APIs

    • Maven or Gradle

    • No prior AI experience required

What You'll Learn, with all 3 parts of this course

  • Build AI-powered applications using Spring AI 2

  • Integrate OpenAI, Gemini, Claude, Ollama, and Azure OpenAI

  • Create conversational AI with Chat API and Streaming

  • Implement Tool Calling and Function Calling

  • Build AI applications with persistent Chat Memory

  • Develop Retrieval-Augmented Generation (RAG) applications

  • Perform Metadata Filtering for accurate document retrieval

  • Build ETL pipelines for document ingestion

  • Process PDFs, Word documents, HTML, Markdown, and websites

  • Build Vision and Multimodal AI applications

  • Convert Speech-to-Text (STT) and Text-to-Speech (TTS)

  • Design Multi-Agent AI systems

  • Protect applications from Prompt Injection attacks

  • Monitor AI applications using Observability and Tracing

  • Build Knowledge Graph RAG solutions

  • Integrate external tools using Model Context Protocol (MCP)

  • Develop reusable AI Agent Skills

  • Deploy AI applications to production

Who this course is for:

  • Java Developers