AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class EmbeddingsService

    Inheritance
    object
    CRUDServiceBase<Ollama>
    EmbeddingsService
    Namespace: Glitch9.AIDevKit.Ollama.Services
    Assembly: .dll
    Syntax
    public class EmbeddingsService : CRUDServiceBase<Ollama>

    Constructors

    EmbeddingsService(Ollama)

    Declaration
    public EmbeddingsService(Ollama client)
    Parameters
    Type Name Description
    Ollama client

    Methods

    CreateAsync(EmbedRequest)

    Generate embeddings from a model

    Declaration
    public UniTask<EmbedResponse> CreateAsync(EmbedRequest request)
    Parameters
    Type Name Description
    EmbedRequest request
    Returns
    Type Description
    UniTask<EmbedResponse>
    In this article
    Back to top Generated by DocFX