pub fn shared_engine() -> Option<&'static EmbeddingEngine>Expand description
Global singleton embedding engine. Loaded once, shared across all consumers. Returns None if the embeddings feature is disabled or the model fails to load.
pub fn shared_engine() -> Option<&'static EmbeddingEngine>Global singleton embedding engine. Loaded once, shared across all consumers. Returns None if the embeddings feature is disabled or the model fails to load.