Partager via


VectorStoreGenericDataModel<TKey> Class

Definition

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

public sealed class VectorStoreGenericDataModel<TKey>
type VectorStoreGenericDataModel<'Key> = class
Public NotInheritable Class VectorStoreGenericDataModel(Of TKey)

Type Parameters

TKey

The data type of the record key.

Inheritance
VectorStoreGenericDataModel<TKey>

Constructors

VectorStoreGenericDataModel<TKey>(TKey)

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

Properties

Data

Gets or sets a dictionary of data items stored in the record.

Key

Gets or sets the key of the record.

Vectors

Gets or sets a dictionary of vectors stored in the record.

Applies to