From 3fc74f95fea53f8a2883b3fc3fdd649b7e50507e Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Wed, 13 Dec 2023 12:05:02 +0900 Subject: [PATCH] Fix broken Asciidoctor syntax in aiclient.adoc --- .../src/main/antora/modules/ROOT/pages/api/aiclient.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc index d48186962..c3801cb2c 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc @@ -116,6 +116,7 @@ The `AiClient` interface has the following available implementations: * https://ollama.ai/[Ollama]: Run large language models locally. Planned implementations + * Amazon Bedrock: This can provide access to many AI models. * Google Vertex: Providing access to 'Bard' (AKA Palm2).