Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Joseph Petro committed Dec 7, 2024
1 parent 5fb4674 commit 9a16dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-entities/smart_entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9a16dda

Please sign in to comment.