Skip to content

Commit

Permalink
Backport PR jupyterlab#758: Switch to langchain_community
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas authored and meeseeksmachine committed Apr 29, 2024
1 parent 16f9b4b commit 18bca30
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 18bca30

Please sign in to comment.