Class EmbedResponse
The response from the /embed endpoint. Contains embedding vectors and metadata.
public class EmbedResponse : OllamaResponse
- Inheritance
-
objectEmbedResponse
- Inherited Members
Properties
Embeddings
A list of embedding vectors for each input.
public List<List<float>> Embeddings { get; set; }
Property Value
- List<List<float>>