QdrantVectorRecord Constructor
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.
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>
- payload
- Dictionary<String,Object>