Class EmbedResponse
The response from the /embed endpoint. Contains embedding vectors and metadata.
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class EmbedResponse : OllamaResponse
Properties
| Edit this page View SourceEmbeddings
A list of embedding vectors for each input.
Declaration
[JsonProperty("embeddings")]
public List<List<float>> Embeddings { get; set; }
Property Value
| Type | Description |
|---|---|
| List<List<float>> |