generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / bedrock / VectorFieldMapping

Interface: VectorFieldMapping

Properties

metadataField

readonly metadataField: string

The name of the field in which Amazon Bedrock stores metadata about the vector store.

Default

"AMAZON_BEDROCK_METADATA"

textField

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.

Default

"AMAZON_BEDROCK_TEXT"