Class IvfFlatIndexOptions
public sealed class IvfFlatIndexOptions : VectorIndexOptions
- Inheritance
-
IvfFlatIndexOptions
- Inherited Members
Constructors
IvfFlatIndexOptions()
public IvfFlatIndexOptions()
Properties
IndexType
public override IndexType IndexType { get; }
Property Value
Lists
public int Lists { get; set; }
Property Value
Probes
public int Probes { get; set; }