Skip to content

Commit

Permalink
Backport PR #758: Switch to langchain_community (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Sanjiv Das <srdas@scu.edu>
  • Loading branch information
meeseeksmachine and srdas authored May 1, 2024
1 parent ef2baf7 commit 704f656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from typing import List

import dask
from langchain.document_loaders import PyPDFLoader
from langchain.schema import Document
from langchain.text_splitter import TextSplitter
from langchain_community.document_loaders import PyPDFLoader


# Uses pypdf which is used by PyPDFLoader from langchain
Expand Down

0 comments on commit 704f656

Please sign in to comment.