Table of Contents

Class HnswIndexOptions

Namespace
Mythosia.VectorDb.Postgres
Assembly
Mythosia.VectorDb.Postgres.dll
public sealed class HnswIndexOptions : VectorIndexOptions
Inheritance
HnswIndexOptions
Inherited Members

Constructors

HnswIndexOptions()

public HnswIndexOptions()

Properties

EfConstruction

public int EfConstruction { get; set; }

Property Value

int

EfSearch

public int EfSearch { get; set; }

Property Value

int

IndexType

public override IndexType IndexType { get; }

Property Value

IndexType

M

public int M { get; set; }

Property Value

int