QdrantVectorRecord 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 record structure used by Qdrant that contains an embedding and metadata.
public class QdrantVectorRecord
type QdrantVectorRecord = class
Public Class QdrantVectorRecord
- Inheritance
-
QdrantVectorRecord
Constructors
QdrantVectorRecord(String, ReadOnlyMemory<Single>, Dictionary<String,Object>, List<String>) |
Constructor. |
Properties
Embedding |
The embedding data. |
Payload |
The metadata. |
PointId |
The unique point id for assigned to the vector index. |
Tags |
The tags used for search. |
Methods
FromJsonMetadata(String, ReadOnlyMemory<Single>, String, List<String>) |
Deserializes the metadata from JSON. |
GetSerializedPayload() |
Serializes the metadata to JSON. |