Method ToRecord
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
embeddingReadOnlyMemory<float>The vector SP3 resolved in spec 9.5 step a1.
Returns
- IDictionary<string, object>
The record.