is there a clever way to use Typesense to find "similar documents". I have a a fairly big collection of 30-ish web shops products, and I would like to find, group and return similarly named ones - or actually to find "same products".
I could loop through every document (product), and use its name to do an other typesense search to find similarly named ones. But is there a more clever way to do this?