@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / opensearchmanagedcluster / OpenSearchFieldMapping
Field mapping configuration for OpenSearch vector store
readonly
metadataField:string
The name of the field in which Amazon Bedrock stores metadata about the vector store.
readonly
textField:string
The name of the field in which Amazon Bedrock stores the raw text in chunks from your data.
readonly
vectorField:string
The name of the field in which Amazon Bedrock stores the vector embeddings.