Skip to content

Commit 5142a7e

Browse files
author
AWS
committed
Agents for Amazon Bedrock Update: Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support.
1 parent f762c07 commit 5142a7e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
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",
4+
"contributor": "",
5+
"description": "Added optional \"customMetadataField\" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional \"textIndexName\" for MongoDB Atlas knowledge bases, enabling hybrid search support."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7639,6 +7639,10 @@
76397639
"shape":"MongoDbAtlasFieldMapping",
76407640
"documentation":"<p>Contains the names of the fields to which to map information about the vector store.</p>"
76417641
},
7642+
"textIndexName":{
7643+
"shape":"MongoDbAtlasIndexName",
7644+
"documentation":"<p>The name of the text search index in the MongoDB collection. This is required for using the hybrid search feature.</p>"
7645+
},
76427646
"vectorIndexName":{
76437647
"shape":"MongoDbAtlasIndexName",
76447648
"documentation":"<p>The name of the MongoDB Atlas vector search index.</p>"
@@ -8749,6 +8753,10 @@
87498753
"vectorField"
87508754
],
87518755
"members":{
8756+
"customMetadataField":{
8757+
"shape":"ColumnName",
8758+
"documentation":"<p>Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.</p>"
8759+
},
87528760
"metadataField":{
87538761
"shape":"ColumnName",
87548762
"documentation":"<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>"

0 commit comments

Comments
 (0)