Share via


OllamaKernelBuilderExtensions Class

Definition

Extension methods for adding Ollama Text Generation service to the kernel builder.

public static class OllamaKernelBuilderExtensions
type OllamaKernelBuilderExtensions = class
Public Module OllamaKernelBuilderExtensions
Inheritance
OllamaKernelBuilderExtensions

Methods

AddOllamaChatCompletion(IKernelBuilder, OllamaApiClient, String)

Add Ollama Chat Completion service to the kernel builder.

AddOllamaChatCompletion(IKernelBuilder, String, HttpClient, String)

Add Ollama Chat Completion service to the kernel builder.

AddOllamaChatCompletion(IKernelBuilder, String, Uri, String)

Add Ollama Chat Completion service to the kernel builder.

AddOllamaTextEmbeddingGeneration(IKernelBuilder, OllamaApiClient, String)

Add Ollama Text Embeddings Generation service to the kernel builder.

AddOllamaTextEmbeddingGeneration(IKernelBuilder, String, HttpClient, String)

Add Ollama Text Embeddings Generation service to the kernel builder.

AddOllamaTextEmbeddingGeneration(IKernelBuilder, String, Uri, String)

Add Ollama Text Embeddings Generation service to the kernel builder.

AddOllamaTextGeneration(IKernelBuilder, OllamaApiClient, String)

Add Ollama Text Generation service to the kernel builder.

AddOllamaTextGeneration(IKernelBuilder, String, OllamaApiClient, String)

Add Ollama Text Generation service to the kernel builder.

AddOllamaTextGeneration(IKernelBuilder, String, String, HttpClient)

Add Ollama Text Generation service to the kernel builder.

AddOllamaTextGeneration(IKernelBuilder, String, Uri, String)

Add Ollama Text Generation service to the kernel builder.

Applies to