QdrantVectorRecord.FromJsonMetadata Method
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.
Deserializes the metadata from JSON.
public static Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorRecord FromJsonMetadata (string pointId, ReadOnlyMemory<float> embedding, string json, System.Collections.Generic.List<string>? tags = default);
static member FromJsonMetadata : string * ReadOnlyMemory<single> * string * System.Collections.Generic.List<string> -> Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorRecord
Public Shared Function FromJsonMetadata (pointId As String, embedding As ReadOnlyMemory(Of Single), json As String, Optional tags As List(Of String) = Nothing) As QdrantVectorRecord
Parameters
- pointId
- String
- embedding
- ReadOnlyMemory<Single>
- json
- String
Returns
Vector record
Exceptions
Qdrant exception