Partager via


VectorStoreGenericDataModel<TKey>(TKey) Constructor

Definition

A generic data model that can be used to store and retrieve any data from a vector store.

public VectorStoreGenericDataModel (TKey key);
new Microsoft.SemanticKernel.Data.VectorStoreGenericDataModel<'Key> : 'Key -> Microsoft.SemanticKernel.Data.VectorStoreGenericDataModel<'Key>
Public Sub New (key As TKey)

Parameters

key
TKey

The key of the record.

Applies to