Class Embedding
public class Embedding : OpenAIModelBase
- Inheritance
-
objectEmbedding
- Inherited Members
Properties
EmbeddingVector
The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide. See the embedding guide for more information on the length of the vector for each model.
public float[] EmbeddingVector { get; set; }
Property Value
- float[]
Index
The index of the embedding in the list of embeddings.
public int Index { get; set; }
Property Value
- int