Combining vector and normal indexes?

Can I create indexes such that i can find the nearest embedding where for example userId = currentUser?
Or do i have to search all the embeddings and then filter down to just the current user's embeddings?
Was this page helpful?