Skip to content

Commit

Permalink
* docs(examples): update comparison notebook with more accurate descr…
Browse files Browse the repository at this point in the history
…iption of embeddings similarity
  • Loading branch information
NirantK committed Oct 10, 2023
1 parent ac43755 commit d2bdfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/FastEmbed_vs_HF_Comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This indicates the embeddings are quite close to each with a correlation of 0.99. Let's visualize the embeddings."
"This indicates the embeddings are quite close to each with a cosine similarity of 0.99. This gives us confidence that the embeddings are the same and we are not sacrificing accuracy for speed."
]
}
],
Expand Down

0 comments on commit d2bdfee

Please sign in to comment.