From e647cbbf183d62c7835dce406793280546ea9d75 Mon Sep 17 00:00:00 2001 From: 8ga Date: Sat, 15 Mar 2025 21:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SpringAI/0=5F=E4=BD=BF?= =?UTF-8?q?=E7=94=A8SpringAI=E6=8E=A5=E5=85=A5AI=E6=A8=A1=E5=9E=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpringAI/0_使用SpringAI接入AI模型.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringAI/0_使用SpringAI接入AI模型.md b/SpringAI/0_使用SpringAI接入AI模型.md index 87609e3..e707df6 100644 --- a/SpringAI/0_使用SpringAI接入AI模型.md +++ b/SpringAI/0_使用SpringAI接入AI模型.md @@ -69,7 +69,7 @@ Spring AI 的核心是解决企业如何集成 AI 模型。 + SAP Hana + Typesense + Weaviate -- [Tools/Function Calling}(https://docs.spring.io/spring-ai/reference/api/functions.html):允许模型请求执行客户端工具和函数,从而按需访问必要的实时信息。 +- [Tools/Function Calling](https://docs.spring.io/spring-ai/reference/api/functions.html):允许模型请求执行客户端工具和函数,从而按需访问必要的实时信息。 - [Observability](https://docs.spring.io/spring-ai/reference/observability/index.html):提供对AI相关操作的可观测性。 - 用于数据工程的文档注入 [ETL 框架](https://docs.spring.io/spring-ai/reference/api/etl-pipeline.html) - [AI 模型评估](https://docs.spring.io/spring-ai/reference/api/testing.html):帮助评估生成的内容并防止幻觉响应的实用程序。