Recent Posts

Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama

Author: A N M Bazlur Rahman Original post on Foojay: Read More Table of Contents The InspirationThe ArchitectureGetting Started: Setting Up Your Environment Part 1: Installing and Running Ollama Locally Part 2: Creating the Spring Boot Project via Spring Initializr Implementing RAG with LangChain4jThe Magic of LangChain4j’s @AiServiceIntegrating with OllamaBuilding the Chrome Extension Setting up the Spring Boot Server Setting …

Read More »

Local AI with Spring: Building Privacy-First Agents Using Ollama

Author: Bruno Oliveira Original post on Foojay: Read More Table of Contents IntroductionConfiguring OllamaSpring AI + Ollama: a perfect match! Setting up the project Enough talk, show me the code A quick detour on FastMCPConclusion Introduction Building local AI agents with Spring AI and Ollama has emerged as a game-changer for developers seeking to maintain complete control over their AI …

Read More »

Semantic Search with Spring Boot & Redis

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents Redis as a Vector DatabaseRedis OM SpringDatasetBuilding the Application 0. GitHub Repository 1. Add the required dependencies 2. Define the Movie entity 3. Repository Interface 4. Search Service 5. Movie Service for Data Loading 5. Search Controller 6. Application Bootstrap 7. Sample Requests Wrapping up More AI …

Read More »