Table of Contents

Class Embedding

public class Embedding : OpenAIModelBase
Inheritance
object
Embedding
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