Skip to content

Commit eba01e1

Browse files
author
Bob Strahan
committed
Fix metadata key name in bedrock KB vector index test
1 parent f0a2bcf commit eba01e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/bedrockkb/src/s3_vectors_manager/test_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_create_vector_index_function():
102102
metadataConfiguration={
103103
"nonFilterableMetadataKeys": [
104104
"AMAZON_BEDROCK_METADATA",
105-
"AMAZON_BEDROCK_TEXT_CHUNK"
105+
"AMAZON_BEDROCK_TEXT"
106106
]
107107
}
108108
)

0 commit comments

Comments
 (0)