A comprehensive list of awesome resources for JAVA developers about how to use Large Language Models focused on Spring AI, LangChain4J (no reference to Python LangChain), and Semantic Kernel (for Java). We will not include libraries for deep learning or training models like those from Baeldung site.
Key Points
Spring AI: Easy LLM Integration for Java Developers
Spring AI is a framework from the Spring ecosystem, making it simple for Java developers to add LLM features like chatbots and text generation to their apps. It supports major providers like OpenAI and Google, using familiar Spring Boot tools.
LangChain4J: Unified API for LLMs in Java
LangChain4J is a Java library for building LLM-powered apps like chatbots, offering a unified API for providers like OpenAI and vector stores. It’s great for retrieval-augmented generation (RAG) and integrates with Spring Boot and Quarkus.
Semantic Kernel for Java: AI Orchestration Made Simple
Semantic Kernel for Java, from Microsoft, integrates LLMs like OpenAI into Java apps, focusing on plugin orchestration and planning. It’s ideal for building AI agents with natural language prompts.