Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 963 Bytes

File metadata and controls

17 lines (10 loc) · 963 Bytes

Spring AI - Chain Workflow Pattern

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 🤖


📦 Environment Variables

Make sure to provide these Java environment variables when running the application:

  • GEMINI_API_KEY: Your Google Gemini API key.