@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / BaseAuroraVectorStoreProps
Base properties for an 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.
readonlyoptionalmetadataField?:string
The field name for the metadata column in the Aurora Vector Store.
readonlyoptionalprimaryKeyField?:string
The primary key field for the Aurora Vector Store table.
readonlyoptionalschemaName?:string
The schema name for the Aurora Vector Store.
readonlyoptionaltableName?:string
The name of the table for the Aurora Vector Store.
readonlyoptionaltextField?:string
The field name for the text column in the Aurora Vector Store.
readonlyoptionalvectorField?:string
The field name for the vector column in the Aurora Vector Store.