Table of Contents

Class IvfFlatIndexOptions

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

Constructors

IvfFlatIndexOptions()

public IvfFlatIndexOptions()

Properties

IndexType

public override IndexType IndexType { get; }

Property Value

IndexType

Lists

public int Lists { get; set; }

Property Value

int

Probes

public int Probes { get; set; }

Property Value

int