Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 774 Bytes

File metadata and controls

41 lines (21 loc) · 774 Bytes

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / opensearch_vectorindex / VectorIndexProps

Interface: VectorIndexProps

Properties for the VectorIndex.

Properties

collection

readonly collection: VectorCollection

The OpenSearch Vector Collection.


indexName

readonly indexName: string

The name of the index.


mappings?

readonly optional mappings: MappingsProperty

The metadata management fields.


settings?

readonly optional settings: IndexSettings

The settings for the index.