mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
Fix description of UnstructuredURLLoader & UnstructuredHTMLLoader (#1570)
This commit is contained in:
parent
624c72c266
commit
5b0e747f9a
@ -1,4 +1,4 @@
|
||||
"""Loader that loads PDF files."""
|
||||
"""Loader that uses unstructured to load HTML files."""
|
||||
from typing import List
|
||||
|
||||
from langchain.document_loaders.unstructured import UnstructuredFileLoader
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""Loader that loads PDF files."""
|
||||
"""Loader that uses unstructured to load HTML files."""
|
||||
from typing import List
|
||||
|
||||
from langchain.docstore.document import Document
|
||||
|
Loading…
Reference in New Issue
Block a user