@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / BaseAuroraVectorStoreProps
Base properties for an 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.
readonly
optional
metadataField:string
The field name for the metadata column in the Aurora Vector Store.
readonly
optional
primaryKeyField:string
The primary key field for the Aurora Vector Store table.
readonly
optional
schemaName:string
The schema name for the Aurora Vector Store.
readonly
optional
tableName:string
The name of the table for the Aurora Vector Store.
readonly
optional
textField:string
The field name for the text column in the Aurora Vector Store.
readonly
optional
vectorField:string
The field name for the vector column in the Aurora Vector Store.