Skip to content

Commit ce37948

Browse files
authored
chore(doc): update bedrock documentation (#1069)
* chore(readme): break bedrock readme into multiple files
1 parent 9ac09d4 commit ce37948

File tree

9 files changed

+3391
-2082
lines changed

9 files changed

+3391
-2082
lines changed

src/cdk-lib/amazonaurora/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ aurora_db = amazonaurora.AmazonAuroraVectorStore.from_existing_aurora_vector_sto
159159
)
160160

161161
kb = bedrock.VectorKnowledgeBase(self, 'KnowledgeBase',
162-
embeddings_model= foundation_models.BedrockFoundationModel.TITAN_EMBED_TEXT_V1,
162+
embeddings_model= foundation_models.BedrockFoundationModel.TITAN_EMBED_TEXT_V2_1024,
163163
vector_store=aurora_db,
164164
instruction= 'Use this knowledge base to answer questions about books. ' +
165165
'It contains the full text of novels.'

0 commit comments

Comments
 (0)