Making your spring beans intelligent
Abstract
New Spring project that is a wrapper to AI APIs.
Effective AI solutions are not just API calls to a model:
- data access - think ‘ETL for AI’
- batch processing
- enterprise integration patterns
- making multiple calls to an AI model, multiple branches possible
Spring AI - an application framework for AI Engineering:
- a new spring project
- aligns with spring project design values
- use cases
- summarization, Q&A over docs, sentiment analysis, code generation
- provides the key components for creating AI applications