generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / opensearchmanagedcluster / OpenSearchFieldMapping

Interface: OpenSearchFieldMapping

Field mapping configuration for OpenSearch vector store

Properties

metadataField

readonly metadataField: string

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


textField

readonly textField: string

The name of the field in which Amazon Bedrock stores the raw text in chunks from your data.


vectorField

readonly vectorField: string

The name of the field in which Amazon Bedrock stores the vector embeddings.