1 مستودع
Wraps recurring generative AI patterns like memory, tool-calling, and RAG into reusable interceptors.
Distinct from Generative AI Integration Patterns: Distinct from Generative AI Integration Patterns: focuses on encapsulating patterns into reusable advisors, not just integration examples.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Reusable Advisor Patterns. Refine with filters or upvote what's useful.
Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework
Wraps recurring patterns like memory, tool-calling, and RAG into reusable advisors that transform data flow.