What is a good Azure service to use if I want to look through a database of records to find the top 5 most similar records?
I have a database of records in Cosmos DB. I want to write something that would allow me to, given a particular record (let's say it has a description), find the top 5 records with the most similar descriptions to…