joschan21 / quill

Quill - A Modern SaaS-Platform Built With Next.js 13
1.91k stars 513 forks source link

Cannot find module langchain/dist/document_loaders/fs/pdf or its corresponding type declarations #88

Closed Sim0n18 closed 7 months ago

Sim0n18 commented 8 months ago

I already tried many solutions from other github issues but nothing seems to work for me.

The error looks like this: Screenshot 2024-04-04 012954

Does anyone know how to fix this? I tried using the WebPDFLoader, it didn't gave me an error but it didn't work neither.

Sim0n18 commented 7 months ago

After a lot of research i found the issue. I just imported it from the wrong directory. Autoimports can trick you. As you can see in the screenshot it was imported from "langchain/dist/document_loaders/fs/pdf" But you need to import it from "langchain/document_loaders/fs/pdf" so without the dist.