@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / AmazonAuroraVectorStoreProps
Properties for configuring an Amazon Aurora Vector Store.
readonlyoptionalclusterId:string
Cluster identifier.
readonlyoptionaldatabaseName:string
The name of the database for the Aurora Vector Store.
readonlyembeddingsModelVectorDimension: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
readonlyoptionalmetadataField:string
The field name for the metadata column in the Aurora Vector Store.
BaseAuroraVectorStoreProps.metadataField
readonlyoptionalpostgreSQLVersion:AuroraPostgresEngineVersion
The version of PostgreSQL to use for the Aurora Vector Store. By default, the latest supported version will be used.
readonlyoptionalprimaryKeyField:string
The primary key field for the Aurora Vector Store table.
BaseAuroraVectorStoreProps.primaryKeyField
readonlyoptionalschemaName:string
The schema name for the Aurora Vector Store.
BaseAuroraVectorStoreProps.schemaName
readonlyoptionaltableName:string
The name of the table for the Aurora Vector Store.
BaseAuroraVectorStoreProps.tableName
readonlyoptionaltextField:string
The field name for the text column in the Aurora Vector Store.
BaseAuroraVectorStoreProps.textField
readonlyoptionalvectorField:string
The field name for the vector column in the Aurora Vector Store.
BaseAuroraVectorStoreProps.vectorField
readonlyoptionalvpc:IVpc
User’s VPC in which they want to deploy Aurora Database.