//! Configuration for the semantic embeddings subsystem.
//!
//! Added to `NormalizeConfig` under the `[embeddings]` key:
//!
//! ```toml
//! [embeddings]
//! enabled = true
//! model = "nomic-embed-text-v1.5"
//! ```
use crateDEFAULT_MODEL;
use ;
use JsonSchema;
/// Embeddings configuration (`[embeddings]` section of `.normalize/config.toml`).