
Spring Boot + Testcontainers Tests at Jet Speed
Spring Boot 3.1.0 introduced support for Testcontainers to simplify local development and testing. Testcontainers helps in writing tests using real …
Browse

Spring Boot 3.1.0 introduced support for Testcontainers to simplify local development and testing. Testcontainers helps in writing tests using real …

I came across NotebookLM from my social media feed, and it looks interesting. With NotebookLM, you can upload documents, videos, web URLs and let the …

If you ever worked with Spring Boot, then you are probably aware of Spring Initializr. The Spring Initializr is a web application that you can use to …

As a software developer, at the beginning of my career, I thought it was more important to learn one more programming language or framework or …

Spring Boot is the most popular framework in the Java world to build enterprise applications. Also, Spring Boot is the most sought-after skill to get …

Typically, in Spring Boot + Thymeleaf applications, we use thymeleaf-layout-dialect to define the common layout of the web pages and it works fine. …

In this article, we will explore the following: Introduction to Embedding Models. Loading data using DocumentReaders. Storing embeddings in …

In this article, we will explore the following: Introduction to Spring AI. Interacting with OpenAI using Spring AI. Using PromptTemplates. Using …

In this article, we will explore the following: Understand the need for Retrieval-Augmented Generation (RAG). Understand EmbeddingModel, …

In this article, we will explore the following: Using LangChain4j AiServices to interact with LLMs. How to ask questions and map responses to …

In this article, we will explore the following: How to use LangChain4j ChatMemory and ConversationalChain to implement conversation style interaction? …

In this article, we will explore the following: Brief introduction to Generative AI? How to interact with OpenAI APIs using Java? How to use …