Build Your First Spring AI Application with OpenAI Using Spring Boot
Build Your First Spring AI Application with OpenAI Using Spring Boot If you have been following this Spring AI series, you already understand the tw…
Tech news from the best sources
Build Your First Spring AI Application with OpenAI Using Spring Boot If you have been following this Spring AI series, you already understand the tw…
"Can I return the blue jacket and use the store credit to order the same one in a large?" The tester from Parts 2, 3, and 4 again. That one sentence…
Last month, I was building an AI assistant for an e-commerce system. The idea was simple: let users ask natural-language questions about orders and…
"Is it stuck?" The same tester who caught the memory bug in Part 2 found the next problem, and this one was harder to explain. She asked the e-comme…
Two weeks after I shipped the e-commerce agent from Part 1, my first real tester asked it a question that broke the illusion: "What was in my cart a…
tags: [java, springboot, ai, springai] Six months ago, I added an AI assistant to an e-commerce platform I was building. The idea was simple: let us…
Earlier this year, I needed to add an AI assistant to a Spring Boot application I maintain. Nothing exotic -- just a chat interface that could answe…
Spring AI is the Spring project's response to the gap in solutions for integrating enterprise Java with generative artificial intelligence models li…
Introduction In part 2 , we explained how to deploy and run our conference search application on the Amazon Bedrock AgentCore Runtime as the MCP ser…
Combine Tools & Skill to create Agent Modern agentic systems usually expose two strong but separate abstractions: Tools , which give an LLM exec…
Introduction In the article Introduction to Spring AI , we introduced the sample application to search for conferences. We also exposed its function…