@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / AmazonAuroraVectorStoreProps
Properties for configuring an Amazon Aurora Vector Store.
readonly
optional
databaseName:string
The name of the database for the Aurora Vector Store.
readonly
embeddingsModelVectorDimension:number
The embeddings model dimension used for the Aurora Vector Store. The vector dimensions of the model must match the dimensions used in the KnowledgeBase construct.
BaseAuroraVectorStoreProps
.embeddingsModelVectorDimension
readonly
optional
metadataField:string
The field name for the metadata column in the Aurora Vector Store.
BaseAuroraVectorStoreProps
.metadataField
readonly
optional
postgreSQLVersion:AuroraPostgresEngineVersion
The version of PostgreSQL to use for the Aurora Vector Store. By default, the latest supported version will be used.
readonly
optional
primaryKeyField:string
The primary key field for the Aurora Vector Store table.
BaseAuroraVectorStoreProps
.primaryKeyField
readonly
optional
schemaName:string
The schema name for the Aurora Vector Store.
BaseAuroraVectorStoreProps
.schemaName
readonly
optional
tableName:string
The name of the table for the Aurora Vector Store.
BaseAuroraVectorStoreProps
.tableName
readonly
optional
textField:string
The field name for the text column in the Aurora Vector Store.
BaseAuroraVectorStoreProps
.textField
readonly
optional
vectorField:string
The field name for the vector column in the Aurora Vector Store.
BaseAuroraVectorStoreProps
.vectorField
readonly
optional
vpc:IVpc
User’s VPC in which they want to deploy Aurora Database.