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)