Expand description
Embedding backends for computing vector representations of text.
Structs§
- Candle
Embedding Engine - Pure-Rust embedding engine using candle for BERT inference.
Constants§
- MODEL_
ID - HuggingFace model ID. Only BGE-small-en-v1.5 is supported currently.
Traits§
- Embedding
Backend - Trait abstracting embedding backends so we can swap implementations without changing calling code.