-
"How can I be sure that embeddings.json is being generated correctly. I ask this question because I have a library of 500 notes. After I run the plugin, it keeps showing making smart connections... I try to ask it, but it doesn't seem to be able to read the content of my notes. So how do I know if it's working or if it's a bug?" - @isaac3203 Another question that I have is how can I get more details, if there is an error while embedding or using the plugin? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
F12 or Ctrl+Shift+I > Console > Check for errors. Specifically, check for error code 429. If you are hitting your rate limit, see #67 If you are getting any errors or having any issues at all, make sure to follow the solution for #66 (comment) If you know of a particularly, problematic file, you can get it's token length using OpenAI's tool for checking it |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
F12 or Ctrl+Shift+I > Console > Check for errors.
Specifically, check for error code 429. If you are hitting your rate limit, see #67
If you are getting any errors or having any issues at all, make sure to follow the solution for #66 (comment)
If you know of a particularly, problematic file, you can get it's token length using OpenAI's tool for checking it