SqlServerVectorStore(String, SqlServerVectorStoreOptions) 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 SqlServerVectorStore class.
public SqlServerVectorStore(string connectionString, Microsoft.SemanticKernel.Connectors.SqlServer.SqlServerVectorStoreOptions? options = default);
new Microsoft.SemanticKernel.Connectors.SqlServer.SqlServerVectorStore : string * Microsoft.SemanticKernel.Connectors.SqlServer.SqlServerVectorStoreOptions -> Microsoft.SemanticKernel.Connectors.SqlServer.SqlServerVectorStore
Public Sub New (connectionString As String, Optional options As SqlServerVectorStoreOptions = Nothing)
Parameters
- connectionString
- String
The connection string.
- options
- SqlServerVectorStoreOptions
Optional configuration options.