Table of Contents

Method ToRecord

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

ToRecord(ReadOnlyMemory<float>)

Renders this chunk plus its vector as the dynamic record the collection upserts.

public IDictionary<string, object?> ToRecord(ReadOnlyMemory<float> embedding)

Parameters

embedding ReadOnlyMemory<float>

The vector SP3 resolved in spec 9.5 step a1.

Returns

IDictionary<string, object>

The record.