Skip to main content

Module embeddings

Module embeddings 

Source
Expand description

Embedding generation for semantic search. Supports multiple backends: local, API, or none (fallback to text search).

Structs§

EmbeddingManager
Embedding manager that handles provider selection
NoOpEmbedding
No-op provider (fallback to text search)
TfIdfEmbedding
Simple TF-IDF based embedding (no ML, fast, deterministic)

Traits§

EmbeddingProvider
Trait for embedding providers

Type Aliases§

Embedding
Embedding vector (typically 384 or 1536 dimensions)