Partager via


IndexKind.DiskAnn Field

Definition

Disk-based Approximate Nearest Neighbor algorithm designed for efficiently searching for approximate nearest neighbors (ANN) in high-dimensional spaces. The primary focus of DiskANN is to handle large-scale datasets that cannot fit entirely into memory, leveraging disk storage to store the data while maintaining fast search times.

public const string DiskAnn;
val mutable DiskAnn : string
Public Const DiskAnn As String 

Field Value

Applies to