自从 Open AI 发布 ChatGPT 后,获得了全球大量的关注。生成式AI的强大能力,无缝集成到了人们生活中的方方面面,编程语言的生态中也在紧锣密鼓地建设生成式AI的能力,在Java语言中,Spring社区早已参与其中。截止行文时,已发布了Spring AI 1.0.0-SNAPSHAT版本,下文将介绍如何安装并部署AI模型,重点探讨Spring AI如何调用模型的能力。
> Spring AI is an application framework for AI engineering. Its goal is to apply to the AI domain Spring ecosystem design principles such as portability and modular design and promote using POJOs as the building blocks of an application to the AI domain.
翻译:
> Spring AI 是一个用于 AI 工程的应用程序框架。 其目标是将 Spring 生态系统设计原则(如可移植性和模块化设计)应用于 AI 领域,并将使用 POJO 构建应用程序推广到 AI 领域。