-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Empty embeddings.json #20
Comments
I have in place multiple safeguards to prevent the loss of the embeddings, which should have stopped something like this. Do you have any file syncing that might be interfering? Have you seen any errors in the console log? Thanks for reporting this issue and helping improve Smart Connections! |
It does seem strange! I haven't got any file syncing going on, except for git, and there aren't any errors appearing in the console log. I have been monitoring the embeddings file, and it doesn't seem to be updated with information at any point. It is created, and then remains empty (with only the curly braces), so I don't think it is being overwritten by an external process. For what it's worth, I'm running this on linux in a Flatpak install of Obsidian. Would there be any way of trying to trigger the save embeddings function from within the console? |
In theory, yes. Did you want this for testing? I can look into getting you the code. Would you be interested in a cloud hosted solution for the embeddings? It's something I've been considering. Thanks for your help! |
I think that could be helpful for testing. After the most recent update, I've now got the |
Hi. I just wanted to let you know that the embeddings file now has data in it. I'm not sure what led to it being saved. Thanks for all your help! |
@callumalpass sometimes the best action is to wait! Thanks for the update 😊 |
Hi,
This is an amazing plugin!
I've been having a small problem in that my
embeddings.json
file remains empty, even after the connections have been made and are displayed in Obsidian. This means that the connections are remade each time I open up Obsidian.I'm getting the following error, as well as a couple of failed embeddings, but I'm not sure this is related:
The failed embeddings are being written to the
failed-embeddings.txt
. Theembeddings.json
file however contains only a pair of curly brackets. A force refresh makes a new embeddings file, with a time stamp, but this too remains empty.Thanks!
The text was updated successfully, but these errors were encountered: