mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
docs: Fix minor typo in data_connection/document_loaders/custom (#20648)
**Description:** Minor documentation typo fix in `data_connection/document_loaders/custom`: `thta's` -> `that's`
This commit is contained in:
parent
36084e7500
commit
c5aab9afe3
@ -33,7 +33,7 @@
|
||||
"|----------------|--------------------------------|\n",
|
||||
"| Document | Contains `text` and `metadata` |\n",
|
||||
"| BaseLoader | Use to convert raw data into `Documents` |\n",
|
||||
"| Blob | A representation of binary data thta's located either in a file or in memory |\n",
|
||||
"| Blob | A representation of binary data that's located either in a file or in memory |\n",
|
||||
"| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n",
|
||||
"\n",
|
||||
"This guide will demonstrate how to write custom document loading and file parsing logic; specifically, we'll see how to:\n",
|
||||
|
Loading…
Reference in New Issue
Block a user