Property Embeddings
Embeddings
Gets a read-only list of embedding vectors generated for this text partition. These embeddings are derived from the text using the specified model.
public IReadOnlyList<float> Embeddings { get; }
Gets a read-only list of embedding vectors generated for this text partition. These embeddings are derived from the text using the specified model.
public IReadOnlyList<float> Embeddings { get; }