QuivrHQ / MegaParse

File Parser optimised for LLM Ingestion with no loss 🧠 Parse PDFs, Docx, PPTx in a format that is ideal for LLMs.
https://pypi.org/project/megaparse/
Apache License 2.0
621 stars 46 forks source link

ImportError: cannot import name 'MegaParse' from 'megaparse' #96

Open zhenwenYANG opened 1 day ago

zhenwenYANG commented 1 day ago

When I used this model after your commit, it reminds me of this information,how can i solve it?

chloedia commented 19 hours ago

Hi, we are re organizing the repo, big changes happening ! If you want to use MegaParse you need to do : from megaparse.core.megaparse import MegaParse, it will be back working using from megaparse import MegaParse soon.