Skip to content

Commit

Permalink
Merge pull request #38 from qdrant/explain_cossim
Browse files Browse the repository at this point in the history
* docs(examples): update FastEmbed_vs_HF_Comparison.ipynb
  • Loading branch information
NirantK authored Oct 19, 2023
2 parents 7535d0e + 4999fa1 commit f8f8316
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 @@ -296,7 +296,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
"This indicates the embeddings are quite close to each with a cosine similarity of 0.99 for BAAI/bge-small-en and 0.92 for BAAI/bge-small-en-v1.5. This gives us confidence that the embeddings are the same and we are not sacrificing accuracy for speed."
]
}
],
Expand Down

0 comments on commit f8f8316

Please sign in to comment.