Table of Contents

Class IvfFlatSearchRuntimeOptions

Namespace
Mythosia.VectorDb.Postgres
Assembly
Mythosia.VectorDb.Postgres.dll

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

IvfFlatSearchRuntimeOptions

Fast

Fast profile preset for IVFFlat.

public static IvfFlatSearchRuntimeOptions Fast { get; }

Property Value

IvfFlatSearchRuntimeOptions

HighRecall

HighRecall profile preset for IVFFlat.

public static IvfFlatSearchRuntimeOptions HighRecall { get; }

Property Value

IvfFlatSearchRuntimeOptions

Probes

Optional IVFFlat probes override for this request.

public int? Probes { get; init; }

Property Value

int?