Skip to main content

Module embedder

Module embedder 

Source
Expand description

Embedding trait and implementations.

Provides the Embedder trait for text-to-vector conversion, with OllamaEmbedder (production) and MockEmbedder (testing).

Structs§

MockEmbedder
Deterministic embedder for unit tests.
OllamaEmbedder
Embedding provider that calls Ollama’s /api/embed endpoint.

Traits§

Embedder
Trait for embedding text into vectors.

Type Aliases§

EmbedBatchFuture
Boxed future type alias for batch embedding results.
EmbedFuture
Boxed future type alias for single embedding results.