From 39f65fb1c90663fea6131fcc8d1dc929e396d173 Mon Sep 17 00:00:00 2001 From: Abhay Kaushik Date: Sat, 21 Oct 2023 04:15:33 +0530 Subject: [PATCH] Fix typos in whatsapp.ipynb and telegram.ipynb (#12075) - **Description:** - Replace Telegram with Whatsapp in whatsapp.ipynb - Add # to mark the telegram as heading in telegram.ipynb - **Issue:** None - **Dependencies:** None --- docs/docs/integrations/chat_loaders/telegram.ipynb | 2 +- docs/docs/integrations/chat_loaders/whatsapp.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/chat_loaders/telegram.ipynb b/docs/docs/integrations/chat_loaders/telegram.ipynb index a26194d97a..4d999d7461 100644 --- a/docs/docs/integrations/chat_loaders/telegram.ipynb +++ b/docs/docs/integrations/chat_loaders/telegram.ipynb @@ -5,7 +5,7 @@ "id": "735455a6-f82e-4252-b545-27385ef883f4", "metadata": {}, "source": [ - " Telegram\n", + "# Telegram\n", "\n", "This notebook shows how to use the Telegram chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n", "\n", diff --git a/docs/docs/integrations/chat_loaders/whatsapp.ipynb b/docs/docs/integrations/chat_loaders/whatsapp.ipynb index 434a86e518..ef4bf06904 100644 --- a/docs/docs/integrations/chat_loaders/whatsapp.ipynb +++ b/docs/docs/integrations/chat_loaders/whatsapp.ipynb @@ -7,7 +7,7 @@ "source": [ "# WhatsApp\n", "\n", - "This notebook shows how to use the WhatsApp chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n", + "This notebook shows how to use the WhatsApp chat loader. This class helps map exported WhatsApp conversations to LangChain chat messages.\n", "\n", "The process has three steps:\n", "1. Export the chat conversations to computer\n",