@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / opensearch_vectorindex / VectorIndexProps
Properties for the VectorIndex.
readonly
optional
analyzer:Analyzer
The analyzer to use.
- No analyzer.
readonly
collection:VectorCollection
The OpenSearch Vector Collection.
readonly
indexName:string
The name of the index.
readonly
mappings:MetadataManagementFieldProps
[]
The metadata management fields.
readonly
vectorDimensions:number
The number of dimensions in the vector.
readonly
vectorField:string
The name of the vector field.