Pre-Filter for vector search?

IS it possible within neo4j to do a VECTOR index search subject to a constraint ?

e.g (Person age: 42, bio: “Mr Brown was born on ...", bio_embedding: )
Can you first filter for people younger than Mr Brown, and then search the bio?

From what I have read, the question above could be related to “Pre-Filter” functionality.