Table of Contents

Class HnswSearchRuntimeOptions

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

HNSW runtime search options.

public sealed class HnswSearchRuntimeOptions : VectorSearchRuntimeOptions
Inheritance
HnswSearchRuntimeOptions
Inherited Members

Properties

Balanced

Balanced profile preset for HNSW.

public static HnswSearchRuntimeOptions Balanced { get; }

Property Value

HnswSearchRuntimeOptions

EfSearch

Optional HNSW ef_search override for this request.

public int? EfSearch { get; init; }

Property Value

int?

Fast

Fast profile preset for HNSW.

public static HnswSearchRuntimeOptions Fast { get; }

Property Value

HnswSearchRuntimeOptions

HighRecall

HighRecall profile preset for HNSW.

public static HnswSearchRuntimeOptions HighRecall { get; }

Property Value

HnswSearchRuntimeOptions