From a75b27f99bcf9d95400cef4c79964938d5645d67 Mon Sep 17 00:00:00 2001 From: Viacheslav Dobrynin <49430239+viacheslav-dobrynin@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:12:47 +0400 Subject: [PATCH] fix: correction of a typo (Char -> Chat) (#2606) Signed-off-by: Viacheslav Dobrynin <49430239+viacheslav-dobrynin@users.noreply.github.com> --- .../antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc index a38a75d31..7de2c093f 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc @@ -16,7 +16,7 @@ Currently, the Converse API link:https://docs.aws.amazon.com/bedrock/latest/user [NOTE] ==== Following the Bedrock recommendations, Spring AI is transitioning to using Amazon Bedrock's Converse API for all chat conversation implementations in Spring AI. -While the existing xref:api/bedrock-chat.adoc[InvokeModel API] supports conversation applications, we strongly recommend adopting the Converse API for all Char conversation models. +While the existing xref:api/bedrock-chat.adoc[InvokeModel API] supports conversation applications, we strongly recommend adopting the Converse API for all Chat conversation models. The Converse API does not support embedding operations, so these will remain in the current API and the embedding model functionality in the existing `InvokeModel API` will be maintained ====