mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 02:50:47 +00:00
Fix description of UnstructuredURLLoader & UnstructuredHTMLLoader (#1570)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user