AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Embedding

    Inheritance
    object
    ModelResponse
    Embedding
    Inherited Members
    ModelResponse.Id
    ModelResponse.Object
    ModelResponse.Model
    ModelResponse.CreatedAt
    ModelResponse.Metadata
    ModelResponse.Usage
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class Embedding : ModelResponse

    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.

    Declaration
    public float[] EmbeddingVector { get; set; }
    Property Value
    Type Description
    float[]

    Index

    The index of the embedding in the list of embeddings.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX