0 I am running a similarity search for a given vector in Azure AI search. The below code submits one target vector and returns a set of the 5 closest matches. I would like to submit a set of N target vectors and receive back N sets of the top 5 closest matches for each vector.