Embedding.EmbeddingList

Embedding.EmbeddingList property

Gets or sets the embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide.

public List<double> EmbeddingList { get; set; }

See Also