Skip to content

Commit

Permalink
Switch to langchain_community
Browse files Browse the repository at this point in the history
PyPDFLoader was still using langhain instead of lanhchain.community, this has been replaced.
  • Loading branch information
srdas committed Apr 29, 2024
1 parent 9b7fb26 commit a641431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import List

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

Expand Down

0 comments on commit a641431

Please sign in to comment.