Table of Contents

Class EmbedResponse

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

public class EmbedResponse : OllamaResponse
Inheritance
object
EmbedResponse
Inherited Members

Properties

Embeddings

A list of embedding vectors for each input.

public List<List<float>> Embeddings { get; set; }

Property Value

List<List<float>>