AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class EmbedResponse

    The response from the /embed endpoint. Contains embedding vectors and metadata.

    Inheritance
    object
    OllamaResponse
    EmbedResponse
    Inherited Members
    OllamaResponse.Model
    OllamaResponse.TotalDuration
    OllamaResponse.LoadDuration
    OllamaResponse.InputTokenCount
    Namespace: Glitch9.AIDevKit.Ollama
    Assembly: .dll
    Syntax
    public class EmbedResponse : OllamaResponse

    Properties

    Embeddings

    A list of embedding vectors for each input.

    Declaration
    public List<List<float>> Embeddings { get; set; }
    Property Value
    Type Description
    List<List<float>>
    In this article
    Back to top Generated by DocFX