Skip to main content

Module embeddings

Module embeddings 

Source

Modules§

cohere
fastembed
openai
voyage

Structs§

EmbeddingConfig
Configuration for the embedding backend.
UnavailableEmbeddingBackend
Non-fatal placeholder used when an optional embedding implementation is not compiled into the current UAR profile. Chat, tools, AG-UI and A2UI must remain available; an operation that actually requires embeddings receives the original, actionable backend error at that boundary.

Enums§

EmbeddingError
Errors that can occur when embedding texts.

Traits§

EmbeddingBackend
Unified embedding backend for RAG and skill matching.

Functions§

build_backend
Factory that builds the configured backend from EmbeddingConfig.