From d2bdfee4e0235846beb6b2af89434420800902db Mon Sep 17 00:00:00 2001 From: NirantK Date: Tue, 10 Oct 2023 17:56:25 +0530 Subject: [PATCH] * docs(examples): update comparison notebook with more accurate description of embeddings similarity --- docs/examples/FastEmbed_vs_HF_Comparison.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/FastEmbed_vs_HF_Comparison.ipynb b/docs/examples/FastEmbed_vs_HF_Comparison.ipynb index 3135b1a2..07a38e21 100644 --- a/docs/examples/FastEmbed_vs_HF_Comparison.ipynb +++ b/docs/examples/FastEmbed_vs_HF_Comparison.ipynb @@ -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." ] } ],