Tag

Spring AI

1 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 6, 2025 · Artificial Intelligence

How to Build a Spring AI Hello World with Ollama and DeepSeek Locally

This step‑by‑step tutorial shows how to install Ollama, pull the DeepSeek‑R1 model, create a Spring Boot project with the Spring AI Ollama starter, code a ChatController, and test a local AI "Hello World" integration, illustrating AI‑enhanced backend development.

AI integrationDeepSeekJava
0 likes · 7 min read
How to Build a Spring AI Hello World with Ollama and DeepSeek Locally
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 4, 2025 · Artificial Intelligence

Key AI Concepts for Spring AI: Models, Prompts, Embeddings, Tokens, Structured Output, and RAG

This article introduces essential AI concepts—including models, prompts and prompt templates, embeddings, tokens, structured output, and Retrieval‑Augmented Generation—explaining their meanings and relevance for effectively using Spring AI in real‑world applications.

AIEmbeddingsRAG
0 likes · 7 min read
Key AI Concepts for Spring AI: Models, Prompts, Embeddings, Tokens, Structured Output, and RAG
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 3, 2025 · Artificial Intelligence

Spring AI 1.0 General Availability: Overview and Dependency Setup

The article announces the official release of Spring AI 1.0, explains the meaning of GA, provides the Maven dependency configuration, describes how Spring AI simplifies AI integration for Java applications, and outlines its key features and supported model types.

AI integrationArtificial IntelligenceDeepSeek
0 likes · 3 min read
Spring AI 1.0 General Availability: Overview and Dependency Setup
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 3, 2025 · Artificial Intelligence

Dynamic Tool Management with Spring AI’s Model Context Protocol (MCP) – A Hands‑On Guide

Learn how to implement Spring AI’s Model Context Protocol (MCP) in Spring Boot 3.4.2, enabling dynamic runtime tool updates, configuring MCP server and client, building sample tools with code snippets, and demonstrating add/remove operations and testing via Cline and REST endpoints.

Dynamic ToolsMCPSpring AI
0 likes · 9 min read
Dynamic Tool Management with Spring AI’s Model Context Protocol (MCP) – A Hands‑On Guide
Java Architecture Diary
Java Architecture Diary
May 26, 2025 · Artificial Intelligence

How to Build Enterprise‑Ready AI Monitoring with Spring AI and Micrometer

This article explains why observability is essential for Spring AI applications, outlines common cost‑control and performance challenges, and provides a step‑by‑step guide—including Maven setup, client configuration, service implementation, metric exposure, Zipkin tracing, and architecture insights—to create a fully observable, enterprise‑grade AI translation service.

JavaMicrometerObservability
0 likes · 12 min read
How to Build Enterprise‑Ready AI Monitoring with Spring AI and Micrometer
Java Architecture Diary
Java Architecture Diary
May 21, 2025 · Artificial Intelligence

Spring AI 1.0 Launch: Production‑Ready Java AI Framework Unveiled

Spring AI 1.0, the first production‑grade Java AI framework, introduces ready‑to‑use APIs, seamless model integration, enterprise‑level RAG engine, smart tool calling, and three development modes, empowering developers to rapidly build, customize, and fully control AI applications with major model providers like OpenAI, Anthropic, DeepSeek.

AI FrameworkDeepSeekJava AI
0 likes · 13 min read
Spring AI 1.0 Launch: Production‑Ready Java AI Framework Unveiled
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 21, 2025 · Backend Development

Integrate Baidu Map MCP with Spring AI in Spring Boot 3 – Step‑by‑Step Guide

This article walks you through using Spring AI's MCP client starter in a Spring Boot 3 project to connect to Baidu Map's MCP server, covering dependencies, YAML and JSON configurations, communication modes, custom server setup, and sample code for invoking the service.

Baidu MapJavaMCP
0 likes · 9 min read
Integrate Baidu Map MCP with Spring AI in Spring Boot 3 – Step‑by‑Step Guide
iKang Technology Team
iKang Technology Team
May 12, 2025 · Artificial Intelligence

Introducing Spring AI: Building a Simple Chat Application with DeepSeek

This article introduces Spring AI, explains its core features for integrating various AI models, and walks through creating a Spring Boot chat application that connects to the DeepSeek model using both synchronous and streaming endpoints.

AI integrationChatbotDeepSeek
0 likes · 7 min read
Introducing Spring AI: Building a Simple Chat Application with DeepSeek
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 9, 2025 · Backend Development

Build a Full‑Stack Meeting Scheduler with Spring AI Tools and Spring Boot 3

This tutorial demonstrates how to create a complete meeting‑management CRUD application using Spring Boot 3, Spring AI Tools, and a custom ChatClient, covering environment setup, entity definitions, repository, service layer, tool integration, and REST endpoints with code examples and screenshots.

CRUDSpring AISpring Boot
0 likes · 9 min read
Build a Full‑Stack Meeting Scheduler with Spring AI Tools and Spring Boot 3
DeWu Technology
DeWu Technology
May 7, 2025 · Backend Development

Building and Using a Model Context Protocol (MCP) Server with Spring AI

The article explains Anthropic’s Model Context Protocol, outlines its architecture, and provides a step‑by‑step guide to creating a Spring AI‑based MCP server in Java—including adding the starter, defining @Tool‑annotated services, packaging the jar, configuring the Cline plugin, and demonstrating advanced tools such as Elasticsearch queries.

AI integrationJavaMCP
0 likes · 10 min read
Building and Using a Model Context Protocol (MCP) Server with Spring AI
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 7, 2025 · Artificial Intelligence

Unlock Multimodal AI with Spring AI: Hands‑On Image & ID Recognition Cases

This article introduces Spring AI's multimodal capabilities, explains the Message API for handling text, image, audio, and video inputs, and provides step‑by‑step Spring Boot examples for image analysis, ID card extraction, and structured JSON output of car‑color counts.

Artificial IntelligenceImage RecognitionJava
0 likes · 8 min read
Unlock Multimodal AI with Spring AI: Hands‑On Image & ID Recognition Cases
Architect's Guide
Architect's Guide
May 2, 2025 · Artificial Intelligence

Deploying a Local High‑Performance AI Service with Spring AI, Ollama, Redis, and Docker

This tutorial walks developers through setting up a low‑cost, containerized AI service on Windows by installing Docker, deploying Redis and Ollama containers, pulling the DeepSeek‑R1 model, and integrating everything with Spring AI to enable continuous conversation support.

AI deploymentDockerJava
0 likes · 12 min read
Deploying a Local High‑Performance AI Service with Spring AI, Ollama, Redis, and Docker
Java Architecture Diary
Java Architecture Diary
Apr 16, 2025 · Artificial Intelligence

Mastering Prompt Engineering with Spring AI: Patterns and Practical Java Examples

An in‑depth guide shows how to configure Spring AI for various LLM providers, tune model parameters such as temperature and max tokens, and apply a range of prompt‑engineering patterns—including zero‑shot, few‑shot, chain‑of‑thought, self‑consistency, role‑based and automatic prompting—using concise Java code examples.

ChatOptionsJavaLLM
0 likes · 18 min read
Mastering Prompt Engineering with Spring AI: Patterns and Practical Java Examples
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 16, 2025 · Backend Development

Implement Persistent Chat Memory in Spring Boot 3 with Spring AI Advisors

This article demonstrates how to enable conversation memory and history in Spring Boot 3 applications using Spring AI's Advisor API, covering environment setup, Maven dependencies, configuration, code examples for advisors, unique chat IDs, history retrieval, and optional database persistence.

AdvisorChat MemoryJava
0 likes · 7 min read
Implement Persistent Chat Memory in Spring Boot 3 with Spring AI Advisors
Java Architecture Diary
Java Architecture Diary
Apr 10, 2025 · Artificial Intelligence

Unlocking Quasar Alpha: Features, Origins, and How to Integrate via OpenRouter API

This article explores the newly popular Quasar Alpha AI model, detailing its high-performance, multimodal capabilities, speculative origins, and provides a step‑by‑step guide to obtain an OpenRouter API key, configure a Spring Boot environment, and call the model using Java code.

Artificial IntelligenceJavaOpenRouter API
0 likes · 7 min read
Unlocking Quasar Alpha: Features, Origins, and How to Integrate via OpenRouter API
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 5, 2025 · Artificial Intelligence

Using Spring AI’s MCP Protocol: From Tool Calling to Server‑Client Integration

This article explains the evolution from Spring AI FunctionCall to the newer ToolCalling, introduces the Model Context Protocol (MCP), and provides step‑by‑step code examples for building MCP servers and clients in Java, demonstrating how to integrate large language models with backend services.

AI integrationJavaMCP
0 likes · 13 min read
Using Spring AI’s MCP Protocol: From Tool Calling to Server‑Client Integration
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 1, 2025 · Backend Development

Boost Spring AI with Tool Calls: Real‑World Spring Boot 3 Examples

This article explains how Spring AI's tool‑calling feature extends large language models by integrating custom Java tools for information retrieval and operations, and provides step‑by‑step Spring Boot 3 examples—including date‑time and weather tools—complete with configuration, code snippets, and execution results.

AI integrationJavaSpring AI
0 likes · 9 min read
Boost Spring AI with Tool Calls: Real‑World Spring Boot 3 Examples
Top Architect
Top Architect
Mar 22, 2025 · Artificial Intelligence

Spring AI: Intelligent Development Trend for Java Developers

The article introduces Spring AI as an emerging tool for Java developers, explains its background, goals, and core components such as data processing, model training, deployment and monitoring, showcases application scenarios like NLP, image processing, recommendation systems and predictive analytics, and also includes promotional offers for AI resources and community groups.

Artificial IntelligenceJavaModel Deployment
0 likes · 17 min read
Spring AI: Intelligent Development Trend for Java Developers
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 22, 2025 · Artificial Intelligence

Spring AI: An Overview of Intelligent Development Trends

This article introduces Spring AI, a Spring ecosystem module that simplifies building, training, and deploying AI applications for Java developers, covering its background, goals, core components such as data processing, model training, deployment, practical code examples, use cases, advantages, challenges, and future outlook.

Artificial IntelligenceJavaModel Deployment
0 likes · 12 min read
Spring AI: An Overview of Intelligent Development Trends
Architecture Digest
Architecture Digest
Mar 21, 2025 · Artificial Intelligence

Spring AI: Emerging Trends in Intelligent Development

This article introduces Spring AI, explains its background, goals, core components such as data processing, model training, deployment and monitoring, showcases practical use cases like NLP, image processing and recommendation systems, and discusses its advantages, challenges, and future outlook for Java developers.

Artificial IntelligenceData ProcessingJava
0 likes · 16 min read
Spring AI: Emerging Trends in Intelligent Development