Property Embeddings
Embeddings
Gets a read-only list of embedding vectors computed for the Payload. Embeddings are generated by the configured model and stored as an array of floats.
public IReadOnlyList<float> Embeddings { get; }
Gets a read-only list of embedding vectors computed for the Payload. Embeddings are generated by the configured model and stored as an array of floats.
public IReadOnlyList<float> Embeddings { get; }