Skip to main content

Module semantic

Module semantic 

Source
Expand description

Dense-vector embedding abstraction for semantic search.

The semantic::Embedder trait is always available. [semantic::FasEmbedder] (fastembed + ONNX Runtime, all-MiniLM-L6-v2) is compiled only with the semantic Cargo feature. Embedding abstraction for semantic search.

The [Embedder] trait is always available. The [FasEmbedder] concrete implementation (backed by fastembed + ONNX Runtime) is compiled only when the semantic feature is enabled.

Traitsยง

Embedder
Sync embedding interface.