From 2edb3a61fadd6c37b0e9f415629b74cf19f242e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Fri, 4 Jul 2025 13:26:38 +0200 Subject: [PATCH] Fix prerequisites amazon.titan-embed-text-v2 is used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc2dc2..d403d44 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ DevGenius is built using a modern cloud-native architecture: - AWS CLI configured with credentials - Python 3.12 or later - Docker (for container builds and local development) -- Access to Amazon Bedrock models (Claude-3-Sonnet/Claude-3-5-Sonnet) +- Access to Amazon Bedrock models (Claude-3-Sonnet/Claude-3-5-Sonnet/Amazon.Titan-Embed-Text-v2) ## Installation and Setup