Skip to main content

Module embeddings_generator

Module embeddings_generator 

Source
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ยง

EmbeddingsGenerator
A builder around fastembed::TextEmbedding that exposes simple helpers for generating per-text or batch embeddings.