Skip to content

Commit ff88cab

Browse files
fix(docs): correct typo essentially in search_reranking_using_embeddings.ipynb
1 parent 61a3666 commit ff88cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/docs/search_reranking_using_embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"id": "ltbB0vDsKQtI"
11141114
},
11151115
"source": [
1116-
"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**."
1116+
"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**."
11171117
]
11181118
},
11191119
{

0 commit comments

Comments
 (0)