Share via


VectorIndexType Enum

Definition

Defines the target index type of an vector index path specification in the Azure Cosmos DB service.

public enum VectorIndexType
type VectorIndexType = 
Public Enum VectorIndexType
Inheritance
VectorIndexType

Fields

Name Value Description
Flat 0

Represents a flat vector index type.

DiskANN 1

Represents a Disk ANN vector index type.

QuantizedFlat 2

Represents a quantized flat vector index type.

Applies to