Class IvfFlatSearchRuntimeOptions
- Namespace
- Mythosia.VectorDb.Postgres
- Assembly
- Mythosia.VectorDb.Postgres.dll
public sealed class IvfFlatSearchRuntimeOptions : VectorSearchRuntimeOptions
- Inheritance
-
IvfFlatSearchRuntimeOptions
- Inherited Members
-
Constructors
IvfFlatSearchRuntimeOptions()
public IvfFlatSearchRuntimeOptions()
Properties
Balanced
public static IvfFlatSearchRuntimeOptions Balanced { get; }
Property Value
- IvfFlatSearchRuntimeOptions
Fast
public static IvfFlatSearchRuntimeOptions Fast { get; }
Property Value
- IvfFlatSearchRuntimeOptions
HighRecall
public static IvfFlatSearchRuntimeOptions HighRecall { get; }
Property Value
- IvfFlatSearchRuntimeOptions
Probes
public int? Probes { get; init; }
Property Value
- int?