Class EmbedResponse
The response from the /embed endpoint. Contains embedding vectors and metadata.
Inherited Members
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>> |