diff --git a/smart-entities/smart_entities.js b/smart-entities/smart_entities.js index 49b0aa1b..d19cd490 100644 --- a/smart-entities/smart_entities.js +++ b/smart-entities/smart_entities.js @@ -61,7 +61,7 @@ export class SmartEntities extends Collection { await this.embed_model.load(); } catch (e) { // catch error to ensure collection settings still load - console.error(`Error loading SmartEmbedModel for ${this.embed_model_key}`); + console.error(`Error loading SmartEmbedModel for ${this.embed_model.model_key}`); console.error(e); // TEMP: for backwards compatibility with legacy transformers if (this.env.smart_connections_plugin?.settings?.legacy_transformers) {