//! Embedding-runtime environment setup, split out of the `commands` god-module. Applied once at
//! process startup (from `main` and the `init` wizard) before rag-rat builds its Tokio runtime or
//! initializes FastEmbed/ONNX.
use env;
use EmbeddingRuntimeConfig;
pub
pub