VectorIndexType 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET