Developing an AI-Powered Chatbot with Spring AI and Tencent CodeBuddy

Introduction to Spring AI for Chatbot Development Integrating artificial intelligence into applications is a growing trend, and frameworks like Spring AI simplify this processs for Spring Boot developers. Spring AI provides a robust, open-source solution for incorporating AI capabilities into Java-based applications, enabling features from auto ...

Posted on Mon, 29 Jun 2026 16:35:02 +0000 by jerbecca

Integrating DeepSeek with Spring AI for Enhanced Business Process Intelligence

Spring AI Integration Architecture The integration leverages Ollama as the underlying deployment platform, with Spring AI providing standardized interfaces for model interaction. The Ollama and OpenAI interfaces maintain compatibility, allowing developers to choose based on specific requirements. Ollama Configuraton Setup Begin by adding the Sp ...

Posted on Mon, 22 Jun 2026 18:48:16 +0000 by jrodd32

Integrating Tencent HunYuan with Spring AI 1.0.0 Using a Custom Starter

Background and Compatibility Users relying on the 1.0.0-M6 milestone release from Maven Central have reported various runtime exceptions and compatibility mismatches. To address this, the community starter spring-ai-hunyuan has been refactored to align with the official Spring AI 1.0.0 stable release. The updated source code is available here: ...

Posted on Thu, 18 Jun 2026 18:03:22 +0000 by Gho

Cloud IDE with Built-in AI: A Practical Walkthrough of MarsCode for Seamless Development

The promise of cloud-based development environments lies in zero local setup, on-demand resources, and constant accessibility. I recently put this to the test after leaving my laptop behind during a weekend trip, needing to work on an open-source project. Using MarsCode IDE, a cloud IDE with an integrated AI programming assistant, I was able to ...

Posted on Sun, 07 Jun 2026 16:56:43 +0000 by sheriff

Building Enterprise-Grade AI Agents with Spring AI and Hunyuan: A Practical Implementation Guide

Introduction In previous discussions, we explored the fundamentals of Spring AI and its underlying principles. For those still unfamiliar with these concepts, I recommend reviewing this comprehensive resource to solidify your understanding: https://www.cnblogs.com/guoxiaoyu/p/18441709 Today, we'll focus on practical AI implementation in real-wo ...

Posted on Sat, 16 May 2026 22:30:54 +0000 by Rakim