mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
docs: fix grammar issues in slack.ipynb and telegram.ipynb (#31461)
fix grammar
This commit is contained in:
parent
6cb3ea514a
commit
f64d48d507
@ -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."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user