How to batch multiple vector queries to Azure AI search vector index …

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.

https://stackoverflow.com/questions/79092818/how-to-batch-multiple-vector-queries-to-azure-ai-search-vector-index-api