PostgresVectorStore(NpgsqlDataSource, PostgresVectorStoreOptions) Constructor
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.
Initializes a new instance of the PostgresVectorStore class.
public PostgresVectorStore(Npgsql.NpgsqlDataSource dataSource, Microsoft.SemanticKernel.Connectors.Postgres.PostgresVectorStoreOptions? options = default);
new Microsoft.SemanticKernel.Connectors.Postgres.PostgresVectorStore : Npgsql.NpgsqlDataSource * Microsoft.SemanticKernel.Connectors.Postgres.PostgresVectorStoreOptions -> Microsoft.SemanticKernel.Connectors.Postgres.PostgresVectorStore
Public Sub New (dataSource As NpgsqlDataSource, Optional options As PostgresVectorStoreOptions = Nothing)
Parameters
- dataSource
- Npgsql.NpgsqlDataSource
Postgres data source.
- options
- PostgresVectorStoreOptions
Optional configuration options for this class