Class IvfFlatSearchRuntimeOptions
IVFFlat runtime search options.
public sealed class IvfFlatSearchRuntimeOptions : VectorSearchRuntimeOptions
- Inheritance
-
IvfFlatSearchRuntimeOptions
- Inherited Members
Properties
Balanced
Balanced profile preset for IVFFlat.
public static IvfFlatSearchRuntimeOptions Balanced { get; }
Property Value
Fast
Fast profile preset for IVFFlat.
public static IvfFlatSearchRuntimeOptions Fast { get; }
Property Value
HighRecall
HighRecall profile preset for IVFFlat.
public static IvfFlatSearchRuntimeOptions HighRecall { get; }
Property Value
Probes
Optional IVFFlat probes override for this request.
public int? Probes { get; init; }
Property Value
- int?