Table of Contents

Class PostgresOptions

Namespace
Mythosia.VectorDb.Postgres
Assembly
Mythosia.VectorDb.Postgres.dll
public class PostgresOptions
Inheritance
PostgresOptions
Inherited Members

Constructors

PostgresOptions()

public PostgresOptions()

Properties

ConnectionString

public string ConnectionString { get; set; }

Property Value

string

Dimension

public int Dimension { get; set; }

Property Value

int

DistanceStrategy

public DistanceStrategy DistanceStrategy { get; set; }

Property Value

DistanceStrategy

EnsureSchema

public bool EnsureSchema { get; set; }

Property Value

bool

FailFastOnIndexCreationFailure

public bool FailFastOnIndexCreationFailure { get; set; }

Property Value

bool

Index

public VectorIndexOptions Index { get; set; }

Property Value

VectorIndexOptions

SchemaName

public string SchemaName { get; set; }

Property Value

string

TableName

public string TableName { get; set; }

Property Value

string

TextSearchConfig

public string TextSearchConfig { get; set; }

Property Value

string

TextSearchMode

public TextSearchMode TextSearchMode { get; set; }

Property Value

TextSearchMode

Methods

Validate()

public void Validate()