Share via


CosmosDBVectorIndexType Enum

Definition

The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported.

public enum CosmosDBVectorIndexType
type CosmosDBVectorIndexType = 
Public Enum CosmosDBVectorIndexType
Inheritance
CosmosDBVectorIndexType

Fields

Name Value Description
Flat 0

flat.

DiskAnn 1

diskANN.

QuantizedFlat 2

quantizedFlat.

Applies to