-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error msg: "Error getting embeddings for some-note-title.md" #18
Comments
Likewise, I am receiving the same error message. Tried disabling / re-enabling and uninstalling / re-installing and deleting the embeddings.json file along with opening different notes. |
Does this keep happening with the same file? If so, there's a chance the file has something that the parser isn't handling correctly. It would help me to see the file, and you can email it to [email protected] if you want to keep it private (but let me know when you send it on here so I don't miss it). And is the plugin working except for the reported file? Or is it not displaying anything at all? (ex. Always says "Making Smart Connections...") @gw666 @lcl27 Thanks for your reports and helping me figure this out! |
@brianpetro for me the smart connection tab opens in the right hand tab and similarly reports the "error getting embeddings for 2. Fleeting Notes/2023-01-15.md" file (same for other files). On opening the inspect function, I can see lots of "retrying request in 1 second..." attempts followed by the below: { |
@lcl27 Good news is that the "new embeddings" means that it's working for at least some notes. Can you send me one of the failing files? |
That's good to hear. Here attached is the failing file - nothing sensitive or long, I have copied the text below also for reference: 2023-01-15
|
@lcl27 that file worked for me, and I used the same folder name as reported in a prior log that you shared. I'll have to retrace the logic and think about this for a bit. Not sure what could be happening, but obviously there's a bug somewhere. Thanks for your help and patience with this! |
I'll chime in with what I've observed:
Thank you! |
@gw666 Thank you for the detailed observations! It seems like a lot of what you experienced could be the plugin still "catching up" because of the rate-limiting of the OpenAI API. I just released an update #13 (comment) that addresses this. It also creates a |
error msg: "Error getting embeddings for some-note-title.md"
I think this error is being generated before all the vault's notes are initially processed. Any ideas on how to fix this? I can't wait to see what this plugin can do for me.
The text was updated successfully, but these errors were encountered: