Enable codebase embeddings globally

I read that embeddings are specific to the account/user. Is there a way to enable it globally at an organization level and would it improve the contextual understanding better.

Suppose we are an organization with 100+ members, and with the current approach the embeddings are stored at a user/account level, is there a way to make it global such that the contextual understanding is shared across users.

Hey @grandimam!

Embeddings data is per-project (repo). Each user with the same repo open in Cursor will have access to the same embeddings, although they will be freshly generated for each user.

This is probably for the best. Users might have slightly different copies of the repo based on changes they’ve made or what branch is checked out.

With that in mind, do you still think there would be something useful about “global” storage?