Skip to main content

Module embedding_engine

Module embedding_engine 

Source
Expand description

Lightweight engine for embedding models (CLIP, BERT, etc.).

Wraps a ClipModelExecutor and implements EmbedEngine directly — no LLM-method stubs, no fake InferenceEngine::infer impls. The InferenceEngine supertrait covers lifecycle/status; the modality itself goes through EmbedEngine.

Structs§

EmbeddingEngine
Embedding-only engine wrapping a ClipModelExecutor.