VSCode - Cody doesn't seem to index the git repo

Hi,

I have a private git repository cloned to local and being tracked. I installed the plugin and logged in pro user.

I have a feeling this repository is not fully indexed which makes my searches almost in-effective. It is always building context with same 10-12 files and giving me responses with that context.

I have tried a few times deleting files from C:\Users\AppData\Local\com.sourcegraph.cody\ … as suggested in other tickets but I never saw “embeddings” folder in my windows post restart of VScode.

Sometimes I also saw an error indicating the indexing failed. Not seeing it after uninstalling plugin and starting all over.

App Data:

p

Context from search:

Most of the files picked are test files.

Hey @saikiran

Sorry for the late reply. The indexing of the repository is now handled server-side and client-side. The embeddings are not a thing anymore, because it will be handled more explicitly by the user for general questions.

For general prompts it is most of the time better to provide the files as context. When you have specific questions and includes terms used in the codebase, Cody is able to fetch the correct symbols or files for context.

So in conclusion, the embeddings folder, is orphan but the other files are important.

I hope that helps.