I am currently using atlas search to index all fields in my document except “keyword”. “Keyword” is indexed using atlas vector search.
The goal is to find documents by similarity to “keyword”, but at the same time filter by other fields.
For example, I want to find instagram account documents similar to hermes, but from France.
What would be the right way to construct my aggregation pipeline?