From 5a351a133cf85b09cb29142575c8b01e99255b60 Mon Sep 17 00:00:00 2001 From: Barry McCardel Date: Thu, 19 Dec 2024 16:33:59 -0800 Subject: [PATCH] fix tiny 'lil typo in tutorial page (#28839) ez pz --- docs/docs/tutorials/retrievers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/retrievers.ipynb b/docs/docs/tutorials/retrievers.ipynb index fa2eca88469b1..2b3ee8f5a1063 100644 --- a/docs/docs/tutorials/retrievers.ipynb +++ b/docs/docs/tutorials/retrievers.ipynb @@ -356,7 +356,7 @@ "\n", "### Usage\n", "\n", - "Embeddings typically represent text as a \"dense\" vector such that texts with similar meanings are gemoetrically close. This lets us retrieve relevant information just by passing in a question, without knowledge of any specific key-terms used in the document.\n", + "Embeddings typically represent text as a \"dense\" vector such that texts with similar meanings are geometrically close. This lets us retrieve relevant information just by passing in a question, without knowledge of any specific key-terms used in the document.\n", "\n", "Return documents based on similarity to a string query:" ]