reactive embedding feature

This commit is contained in:
Ruben Fiszel
2024-02-24 17:39:14 +01:00
parent af6ba11c91
commit 29a7327bd8
+1 -1
View File
@@ -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(());