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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited