Skip to content

Commit b48cb11

Browse files
docs(CHANGELOG): add details of similarity for vectors
1 parent ed46c28 commit b48cb11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [Introducing cosine similarity for word vectors](https://github.com/winkjs/wink-nlp/releases/tag/2.1.0)
2+
## Version 2.1.0 March 24, 2024
3+
4+
### ✨ Features
5+
- You can now use `similarity.vector.cosine( vectorA, vectorB )` to compute similarity between two vectors on a scale of 0 to 1. 🤓
6+
7+
18
# [Word embeddings have arrived!](https://github.com/winkjs/wink-nlp/releases/tag/2.0.0)
29
## Version 2.0.0 March 24, 2024
310

0 commit comments

Comments
 (0)