Hi there, I am using a vectorsearch index for my application. I want to be able to limit the query to only search through the embeddings of nodes that match a certain criteria.
For example: There are movie nodes which have embeddings for the synopsis property in an index called synopsisIndex. I want to do a vectorsearch query within the synopsisIndex limited to movies that were made after 2015 (another property on the node). How can I accomplish this behavior?