Hi wiser people
I have 2 tables of embeddings, table 1 is list of terms, and table 2 is a list of categories. Like this

I want to take a row from the terms list, and score its embedding against a list of embeddings in the categories table using a cosine simialrity calculation. I can join the table data together, but dont know how to implement the calc.
Anyone know how to implement that kind of calc in Alteryx?
Many thnx in advance.
w