Partager via


QdrantVectorRecord Constructor

Definition

Constructor.

public QdrantVectorRecord (string pointId, ReadOnlyMemory<float> embedding, System.Collections.Generic.Dictionary<string,object> payload, System.Collections.Generic.List<string>? tags = default);
new Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorRecord : string * ReadOnlyMemory<single> * System.Collections.Generic.Dictionary<string, obj> * System.Collections.Generic.List<string> -> Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorRecord
Public Sub New (pointId As String, embedding As ReadOnlyMemory(Of Single), payload As Dictionary(Of String, Object), Optional tags As List(Of String) = Nothing)

Parameters

pointId
String
embedding
ReadOnlyMemory<Single>
tags
List<String>

Applies to