This repository demonstrates the Spring AI Chain Workflow Pattern, a powerful technique for breaking down complex AI tasks into sequential, manageable steps using Large Language Models (LLMs) within your Java applications.
π Dive Deeper: For a complete walkthrough, detailed explanations of the Chain Workflow pattern, and step-by-step instructions for the example application, read our blog post.
π Spring AI Chain Workflow Pattern: Complete Guide with Example
π₯ Visual Learning: Prefer video tutorials? Watch our step-by-step implementation guide on YouTube.
π Chain Workflow Pattern in Spring AI | Your First AI Pattern π€
Make sure to provide these Java environment variables when running the application:
GEMINI_API_KEY
: Your Google Gemini API key.