This article will teach you how to use OpenShift AI and vLLM to serve models used by the Spring AI application.| Piotr's TechBlog
This article will show how to use Spring AI support for MCP (Model Context Protocol) in Spring Boot server-side and client-side applications. You will learn how to serve tools and prompts on the server side and discover them on the client-side Spring AI application. The Model Context Protocol is a standard for managing contextual interactions […] The post Using Model Context Protocol (MCP) with Spring AI appeared first on Piotr's TechBlog.| Piotr's TechBlog
This article will show you how to use Spring AI support with the most popular AI models for the tool calling feature. Tool calling (or function calling), is a common pattern in AI applications that enables a model to interact with APIs or tools, extending its capabilities. The most popular AI models are trained to […] The post Tool Calling with Spring AI appeared first on Piotr's TechBlog.| Piotr's TechBlog
This article will teach you how to create a Spring Boot application that implements several AI scenarios using Spring AI and the Ollama tool. Ollama is an open-source tool that aims to run open LLMs on our local machine. It acts like a bridge between LLM and a workstation, providing an API layer on top […] The post Using Ollama with Spring AI appeared first on Piotr's TechBlog.| Piotr's TechBlog
This article will teach you how to create a Spring Boot application that handles images and text using the Spring AI multimodality feature.| Piotr's TechBlog
This article will teach you how to use the Spring AI project to build applications based on different chat models.| Piotr's TechBlog