@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / opensearchmanagedcluster / OpenSearchManagedClusterVectorStoreProps
Properties for an OpenSearchManagedClusterVectorStore
readonly
domainArn:string
The ARN of your OpenSearch Customer Managed Domain.
readonly
domainEndpoint:string
The url of your OpenSearch Managed cluster domain.
readonly
fieldMapping:OpenSearchFieldMapping
Configuration for field mappings in the vector store. Bedrock uses these fields to store your data. If you haven’t configured these fields in your vector database, your Knowledge Base will fail to be created.
readonly
vectorIndexName:string
The vector index name of your OpenSearch Customer Managed Domain.