From ff88cabcbf2adae4f01dbdedef5cff1d0fd745db Mon Sep 17 00:00:00 2001 From: Rahul Lashkari Date: Sat, 19 Apr 2025 23:37:29 +0530 Subject: [PATCH] fix(docs): correct typo essentially in search_reranking_using_embeddings.ipynb --- site/en/docs/search_reranking_using_embeddings.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/search_reranking_using_embeddings.ipynb b/site/en/docs/search_reranking_using_embeddings.ipynb index 9369d058e..c86c02ccc 100644 --- a/site/en/docs/search_reranking_using_embeddings.ipynb +++ b/site/en/docs/search_reranking_using_embeddings.ipynb @@ -1113,7 +1113,7 @@ "id": "ltbB0vDsKQtI" }, "source": [ - "You will now implement **cosine similarity** as your metric. Here returned embedding vectors will be of unit length and hence their L1 norm (`np.linalg.norm()`) will be ~1. Hence, calculating **cosine similarity** is esentially same as calculating their **dot product score**." + "You will now implement **cosine similarity** as your metric. Here returned embedding vectors will be of unit length and hence their L1 norm (`np.linalg.norm()`) will be ~1. Hence, calculating **cosine similarity** is essentially same as calculating their **dot product score**." ] }, {