CosmosDBVectorIndexType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |