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.
generic <typename TKey>
public ref class VectorStoreGenericDataModel sealed
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.