TIL about the ignore functionality, so I may try if that works. Still, the “update search index” vscode command doesn’t seem to do the trick.
If it helps its a docs folder with some markdown files that isn’t there anymore. I do use git, don’t know if that’s a factor in this.
Hello @Neithan
The dev team is currently working on a transition of the embeddings mechanism. The local embedding is off by default meanwhile. But you can turn it on in the user settings of Cody via "cody.experimental.localEmbeddings.enabled": true
It might be beneficial to delete the old embeddings and let Cody re-embed your project.
The embeddings can be found on
Windows at <YOUR_USER_NAME>\AppData\Local\com.sourcegraph.cody\embeddings\st-v1
MacOs at /Users/<username>/Library/Caches/com.sourcegraph.cody/embeddings\st-v1
Linux at ~\.cache\com.sourcegraph.cody\embeddings\st-v1
You can safely delete the temporary files and if you restart vs code then the embeddings will be generated new based on the last commit.
I hope that helps.
Thanks. The ignore file has worked perfectly, but this is very useful information I wanted to know too.