@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / VectorFieldMapping
readonly
metadataField:string
The name of the field in which Amazon Bedrock stores metadata about the vector store.
"AMAZON_BEDROCK_METADATA"
readonly
textField: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.
"AMAZON_BEDROCK_TEXT"