This commit is contained in:
Harrison Chase 2023-02-10 06:56:36 -08:00
parent 27c373f8c3
commit 7c21d81ea4
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""Loads a PDF with pypdf and chunks at character level."""
from typing import Dict, List, Optional, Tuple
from typing import List
from langchain.docstore.document import Document
from langchain.document_loaders.base import BaseLoader