Skip to content

Commit 582a151

Browse files
author
AWS
committed
Agents for Amazon Bedrock Runtime Update: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
1 parent e5fd7d0 commit 582a151

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Agents for Amazon Bedrock Runtime",
4+
"contributor": "",
5+
"description": "Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience."
6+
}

services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
{"shape":"AccessDeniedException"},
146146
{"shape":"ServiceQuotaExceededException"}
147147
],
148-
"documentation":"<p>Queries a knowledge base and generates responses based on the retrieved results. The response only cites sources that are relevant to the query.</p>"
148+
"documentation":"<p>Queries a knowledge base and generates responses based on the retrieved results and using the specified foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a>. The response only cites sources that are relevant to the query.</p>"
149149
}
150150
},
151151
"shapes":{
@@ -392,9 +392,9 @@
392392
},
393393
"BedrockModelArn":{
394394
"type":"string",
395-
"max":1011,
396-
"min":20,
397-
"pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}))$"
395+
"max":2048,
396+
"min":1,
397+
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))))|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
398398
},
399399
"Boolean":{
400400
"type":"boolean",
@@ -1917,11 +1917,11 @@
19171917
},
19181918
"knowledgeBaseId":{
19191919
"shape":"KnowledgeBaseId",
1920-
"documentation":"<p>The unique identifier of the knowledge base that is queried and the foundation model used for generation.</p>"
1920+
"documentation":"<p>The unique identifier of the knowledge base that is queried.</p>"
19211921
},
19221922
"modelArn":{
19231923
"shape":"BedrockModelArn",
1924-
"documentation":"<p>The ARN of the foundation model used to generate a response.</p>"
1924+
"documentation":"<p>The ARN of the foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> used to generate a response.</p>"
19251925
},
19261926
"orchestrationConfiguration":{
19271927
"shape":"OrchestrationConfiguration",

0 commit comments

Comments
 (0)