diff --git a/main.js b/main.js index bc65dedb..7200921d 100644 --- a/main.js +++ b/main.js @@ -695,7 +695,7 @@ class SmartConnectionsPlugin extends Obsidian.Plugin { if(!requestResults) { console.log("failed embedding: " + key); // log failed file names to render_log - this.render_log.failed_embeddings.push(key); + this.render_log.failed_embeddings.push(meta.path); return; } // if requestResults is not null diff --git a/manifest.json b/manifest.json index ded46aa4..f01984cc 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Smart Connections", "author": "Brian Petro", "description": "Find links to similar notes using artificial intelligence from OpenAI.", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "1.1.0", "authorUrl": "https://wfhbrian.com", "isDesktopOnly": true