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):帮助评估生成的内容并防止幻觉响应的实用程序。