Class IvfFlatIndexOptions
IVFFlat index settings.
public sealed class IvfFlatIndexOptions : VectorIndexOptions
- Inheritance
-
IvfFlatIndexOptions
- Inherited Members
Properties
IndexType
Index algorithm represented by this settings object.
public override IndexType IndexType { get; }
Property Value
Lists
Number of IVF lists for the ivfflat index. Default: 100.
public int Lists { get; set; }
Property Value
Probes
IVFFlat runtime probes default for search. Default: 10.
public int Probes { get; set; }