mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 23:54:14 +00:00
[docs][minor]: Fix typo in Custom Document Loader doc (#20003)
This commit is contained in:
parent
31e3ecc728
commit
02152d3909
@ -30,9 +30,9 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"| Component | Description |\n",
|
"| Component | Description |\n",
|
||||||
"|--------------------|--------------------------------|\n",
|
"|----------------|--------------------------------|\n",
|
||||||
"| Document | Contains `text` and `metadata` |\n",
|
"| Document | Contains `text` and `metadata` |\n",
|
||||||
"| BaseDocumentLoader | Use to convert raw data into `Documents` |\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 thta's located either in a file or in memory |\n",
|
||||||
"| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n",
|
"| BaseBlobParser | Logic to parse a `Blob` to yield `Document` objects |\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user