Spring AI
Building an MCP Server using Spring AI MCP Server Starter
I’ve introduced you to the Model Context Protocol (MCP), which allows LLM models to access data after the cut-off point or personal data using a common standard. There are many pre-built MCP servers available. If you want to build your own MCP server using Java,… Read More
Introduction to Model Context Protocol
Large Language Models (LLMs) or AI models like ChatGPT, Gemini, etc., are only trained on data up to a certain point in time, known as the cutoff point. For example, for ChatGPT at the time of writing this tutorial, its knowledge only extends to April… Read More
An introduction about Spring AI
Spring AI is a project of Spring that helps us easily work with applications that use AI, integrating with AI providers such as OpenAI, Azure OpenAI, Google Gemini, … In this tutorial, I will introduce you to all the basic knowledge about Spring AI so… Read More
