Posts

Showing posts from February, 2026

Spring AI : My Multi-Provider AI Chat

Image
Spring AI : Multi-Provider AI Chat  Overview I recently published a small hands-on project to explore how to build AI capabilities in Java using Spring Boot and Spring AI. Project links: Project Description Git Hub  Explore different options using spring ai chatclient GitHUB Implementing Tools calling concept with spring ai GitHUB I’ve kept the repository README detailed so anyone can run and test the APIs quickly. If you’re learning Spring AI and want a compact reference project, feel free to explore, fork, or share feedback. Why Spring AI? Most AI examples today are Python-first, which makes sense from a research perspective. But in many enterprise environments, core systems are still Java-based. Spring AI brings AI integration into the familiar Spring ecosystem. That means: Dependency injection and clean configuration Provider abstraction (switch models without rewriting business log...