Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpetro committed Jan 22, 2023
1 parent def84bc commit 3ef9046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ class SmartConnectionsPlugin extends Obsidian.Plugin {
const requestResults = await this.request_embedding_from_input(embed_input);
// if requestResults is null then return
if(!requestResults) {
console.log("failed embedding: " + key);
console.log("failed embedding: " + meta.path);
// log failed file names to render_log
this.render_log.failed_embeddings.push(meta.path);
return;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Smart Connections",
"author": "Brian Petro",
"description": "Find links to similar notes using artificial intelligence from OpenAI.",
"version": "1.1.4",
"version": "1.1.5",
"minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com",
"isDesktopOnly": true
Expand Down

0 comments on commit 3ef9046

Please sign in to comment.