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