docs: fix grammar issues in slack.ipynb and telegram.ipynb (#31461)

fix grammar
This commit is contained in:
Michael Li 2025-06-03 02:45:33 +10:00 committed by GitHub
parent 6cb3ea514a
commit f64d48d507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
"\n", "\n",
"## 1. Create message dump\n", "## 1. Create message dump\n",
"\n", "\n",
"Currently (2023/08/23) this loader best supports a zip directory of files in the format generated by exporting your a direct message conversation from Slack. Follow up-to-date instructions from slack on how to do so.\n", "Currently (2023/08/23), this loader best supports a zip directory of files in the format generated by exporting your a direct message conversation from Slack. Follow the up-to-date instructions from slack on how to do so.\n",
"\n", "\n",
"We have an example in the LangChain repo." "We have an example in the LangChain repo."
] ]
@ -43,7 +43,7 @@
"source": [ "source": [
"## 2. Create the Chat Loader\n", "## 2. Create the Chat Loader\n",
"\n", "\n",
"Provide the loader with the file path to the zip directory. You can optionally specify the user id that maps to an ai message as well an configure whether to merge message runs." "Provide the loader with the file path to the zip directory. You can optionally specify the user id that maps to an ai message as well as configure whether to merge message runs."
] ]
}, },
{ {

View File

@ -92,7 +92,7 @@
"source": [ "source": [
"## 2. Create the Chat Loader\n", "## 2. Create the Chat Loader\n",
"\n", "\n",
"All that's required is the file path. You can optionally specify the user name that maps to an ai message as well an configure whether to merge message runs." "All that's required is the file path. You can optionally specify the user name that maps to an ai message as well as configure whether to merge message runs."
] ]
}, },
{ {