@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / opensearch_vectorindex / VectorIndexProps
Properties for the VectorIndex.
readonlyoptionalanalyzer:Analyzer
The analyzer to use.
- No analyzer.
readonlycollection:VectorCollection
The OpenSearch Vector Collection.
readonlydistanceType:string
readonlyindexName:string
The name of the index.
readonlymappings:MetadataManagementFieldProps[]
The metadata management fields.
readonlyprecision:string
readonlyvectorDimensions:number
The number of dimensions in the vector.
readonlyvectorField:string
The name of the vector field.