//! Embedding gates derived from `[memory.embedding]`: whether an external
//! embedding API is configured, its resolved config, and the expected vector
//! dimensions.
use read_memory_config;
use crateEmbeddingConfig;
/// Whether an external embedding API is configured under `[memory.embedding]`.
pub
/// Get the embedding API config if configured.
pub
/// Get the expected embedding dimensions.
/// Returns configured value, or 768 (local GGUF default).
pub