Share via


PostgresVectorStoreOptions Class

Definition

Options when creating a PostgresVectorStore.

public sealed class PostgresVectorStoreOptions
type PostgresVectorStoreOptions = class
Public NotInheritable Class PostgresVectorStoreOptions
Inheritance
PostgresVectorStoreOptions

Constructors

PostgresVectorStoreOptions()

Properties

Schema

Gets or sets the database schema.

VectorStoreCollectionFactory
Obsolete.

An optional factory to use for constructing PostgresVectorStoreRecordCollection<TKey,TRecord> instances, if a custom record collection is required.

Applies to