Interface: VectorFieldMapping
April 18, 2025 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / VectorFieldMapping
Interface: VectorFieldMapping
Properties
metadataField
readonlymetadataField:string
The name of the field in which Amazon Bedrock stores metadata about the vector store.
Default
"AMAZON_BEDROCK_METADATA"
textField
readonlytextField:string
The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
Default
"AMAZON_BEDROCK_TEXT"