From cd302df2918f589d7b31869e6ab95d64947d9e98 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:19:51 -0400 Subject: [PATCH] fix: change "look of" to "look at" in embeddings guide Corrected the phrase "Let's take a look of the length of the first embedding:" to "Let's take a look at the length of the first embedding:" in the embeddings guide. --- docs/capabilities/embeddings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/capabilities/embeddings.mdx b/docs/capabilities/embeddings.mdx index a95d7d0..06d20db 100644 --- a/docs/capabilities/embeddings.mdx +++ b/docs/capabilities/embeddings.mdx @@ -39,7 +39,7 @@ EmbeddingResponse( ) ``` -Let's take a look of the length of the first embedding: +Let's take a look at the length of the first embedding: ```python len(embeddings_batch_response.data[0].embedding)