Fix description of UnstructuredURLLoader & UnstructuredHTMLLoader (#1570)

This commit is contained in:
fabi.s 2023-03-10 16:08:58 +01:00 committed by GitHub
parent 624c72c266
commit 5b0e747f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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