VectorStoreGenericDataModel<TKey> 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.
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. |