mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 16:02:23 +00:00
reactive embedding feature
This commit is contained in:
+1
-1
@@ -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(());
|
||||
|
||||
Reference in New Issue
Block a user