diff --git a/backend/src/main.rs b/backend/src/main.rs index d2ef3c4250..6e86f6f2d0 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -115,7 +115,7 @@ async fn windmill_main() -> anyhow::Result<()> { windmill_api::embeddings::ModelInstance::load_model_files().await?; tracing::info!("Cached embedding model"); } - #[cfg(not(feature = "embeddings"))] { + #[cfg(not(feature = "embedding"))] { tracing::warn!("Embeddings are not enabled, ignoring..."); } return Ok(());