PostgresVectorStoreOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |