Expand description
Utilities for creating semantic embeddings via the fastembed crate.
This module powers the embedding generation features that back the JSON database
exporter and any higher level tooling.
Structsยง
- Embeddings
Generator - A builder around
fastembed::TextEmbeddingthat exposes simple helpers for generating per-text or batch embeddings.