Skip to content

Commit

Permalink
docs(CHANGELOG): add details of similarity for vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena committed Mar 24, 2024
1 parent ed46c28 commit b48cb11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [Introducing cosine similarity for word vectors](https://github.com/winkjs/wink-nlp/releases/tag/2.1.0)
## 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. 🤓


# [Word embeddings have arrived!](https://github.com/winkjs/wink-nlp/releases/tag/2.0.0)
## Version 2.0.0 March 24, 2024

Expand Down

0 comments on commit b48cb11

Please sign in to comment.