Table of Contents

Class IvfFlatIndexOptions

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

IVFFlat index settings.

public sealed class IvfFlatIndexOptions : VectorIndexOptions
Inheritance
IvfFlatIndexOptions
Inherited Members

Properties

IndexType

Index algorithm represented by this settings object.

public override IndexType IndexType { get; }

Property Value

IndexType

Lists

Number of IVF lists for the ivfflat index. Default: 100.

public int Lists { get; set; }

Property Value

int

Probes

IVFFlat runtime probes default for search. Default: 10.

public int Probes { get; set; }

Property Value

int