OllamaEmbeddings class

Ollama Embeddings capability implementation

This module handles embedding functionality for Ollama providers. Ollama supports embeddings through the /api/embed endpoint.

Implemented types

Constructors

OllamaEmbeddings.new(OllamaClient client, OllamaConfig config)

Properties

client OllamaClient
final
config OllamaConfig
final
embeddingEndpoint String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

embed(List<String> input) Future<List<List<double>>>
Generate embeddings for the given input texts
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited