Skip to content

Introducing cosine similarity for word vectors

Choose a tag to compare

@sanjayaksaxena sanjayaksaxena released this 24 Mar 14:53
· 33 commits to master since this release

Version 2.1.0 March 24, 2024

✨ Features

  • You can now use similarity.vector.cosine( vectorA, vectorB ) to compute similarity between two vectors on a scale of 0 to 1. 🤓