From d5cc3a5b41de386902284e2f8fd5edf5a6d6172b Mon Sep 17 00:00:00 2001 From: ptahmose Date: Tue, 27 Feb 2024 14:25:16 +0100 Subject: [PATCH 1/2] fix typo --- labs/03-orchestration/02-Embeddings/embeddings.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/03-orchestration/02-Embeddings/embeddings.ipynb b/labs/03-orchestration/02-Embeddings/embeddings.ipynb index fdeaa8b..95eee44 100644 --- a/labs/03-orchestration/02-Embeddings/embeddings.ipynb +++ b/labs/03-orchestration/02-Embeddings/embeddings.ipynb @@ -225,7 +225,7 @@ "source": [ "Now that we've initialised a model to create embeddings, let's go ahead and embed some documents.\n", "\n", - "As we did in the previous example, we'll use Langchain's builit in loaders to read the documents from a directory." + "As we did in the previous example, we'll use Langchain's built in loaders to read the documents from a directory." ] }, { From 7d59f4d7e50874b1ade9e184355a1fef250a1791 Mon Sep 17 00:00:00 2001 From: ptahmose Date: Tue, 27 Feb 2024 23:05:56 +0100 Subject: [PATCH 2/2] add hyphen --- labs/03-orchestration/02-Embeddings/embeddings.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/03-orchestration/02-Embeddings/embeddings.ipynb b/labs/03-orchestration/02-Embeddings/embeddings.ipynb index 95eee44..e61de2f 100644 --- a/labs/03-orchestration/02-Embeddings/embeddings.ipynb +++ b/labs/03-orchestration/02-Embeddings/embeddings.ipynb @@ -225,7 +225,7 @@ "source": [ "Now that we've initialised a model to create embeddings, let's go ahead and embed some documents.\n", "\n", - "As we did in the previous example, we'll use Langchain's built in loaders to read the documents from a directory." + "As we did in the previous example, we'll use Langchain's built-in loaders to read the documents from a directory." ] }, {