Skip to main content

Module candle_provider

Module candle_provider 

Source
Expand description

Local embedding provider using Candle (pure Rust ML framework). Local embedding provider using Candle (pure Rust ML framework).

Downloads and caches a small transformer model (all-MiniLM-L6-v2) from Hugging Face on first use. Generates 384-dimensional embeddings locally with no API key required.

Structsยง

CandleEmbeddingProvider
Local embedding provider powered by Candle.