From e5fef1fd183aa2a9dad3f722f139f8fe40dfb260 Mon Sep 17 00:00:00 2001 From: Victor Duarte Date: Thu, 8 Jun 2023 08:11:31 +0200 Subject: [PATCH] Add missing word --- .../powering_your_products_with_chatgpt_and_your_data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb b/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb index f7c1fbc..5088bd0 100644 --- a/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb +++ b/apps/chatbot-kickstarter/powering_your_products_with_chatgpt_and_your_data.ipynb @@ -285,7 +285,7 @@ "outputs": [], "source": [ "# The transformers.py file contains all of the transforming functions, including ones to chunk, embed and load data\n", - "# For more details the file and work through each function individually\n", + "# For more details, check the file and work through each function individually\n", "from transformers import handle_file_string" ] },