Skip to content

Commit cad1242

Browse files
author
AWS
committed
Agents for Amazon Bedrock Runtime Update: This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters
1 parent 1bb7c9b commit cad1242

File tree

3 files changed

+652
-3
lines changed

3 files changed

+652
-3
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": "This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters"
6+
}

services/bedrockagentruntime/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"limit_key": "maxItems",
77
"result_key": "memoryContents"
88
},
9+
"Rerank": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"result_key": "results"
13+
},
914
"Retrieve": {
1015
"input_token": "nextToken",
1116
"output_token": "nextToken",

0 commit comments

Comments
 (0)