mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 07:35:18 +00:00
[docs][minor]: Fix typo in Custom Document Loader doc (#20003)
This commit is contained in:
parent
31e3ecc728
commit
02152d3909
@ -29,12 +29,12 @@
|
||||
"The main abstractions for Document Loading are:\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"| Component | Description |\n",
|
||||
"|--------------------|--------------------------------|\n",
|
||||
"| Document | Contains `text` and `metadata` |\n",
|
||||
"| BaseDocumentLoader | 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",
|
||||
"| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n",
|
||||
"| Component | Description |\n",
|
||||
"|----------------|--------------------------------|\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",
|
||||
"| 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",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user