Compare commits

...

1 Commits

Author SHA1 Message Date
Jack Ye
24e9f2e4d1 chore: fix clippy when remote flag is not set 2026-01-26 12:37:57 -08:00

View File

@@ -892,6 +892,7 @@ pub struct ConnectBuilder {
embedding_registry: Option<Arc<dyn EmbeddingRegistry>>,
}
#[cfg(feature = "remote")]
const ENV_VARS_TO_STORAGE_OPTS: [(&str, &str); 1] =
[("AZURE_STORAGE_ACCOUNT_NAME", "azure_storage_account_name")];