Chat GPT tells me that Mongo Db CAN NOT filter data before searching by vector index. Is it correct statement? If yes - did Mongo Db announced when they will implement it?
My use case - user stores their deals to one Deals collection and I have to make a vector search only for their data, not for all data with filtering result after. I don’t want to generate separate collection for each user.