pymupdf / RAG

RAG (Retrieval-Augmented Generation) Chatbot Examples Using PyMuPDF
https://pymupdf.readthedocs.io/en/latest/pymupdf4llm
GNU Affero General Public License v3.0
539 stars 82 forks source link

Remove fitz and use pymupdf only #89

Closed dantetemplar closed 3 months ago

dantetemplar commented 3 months ago

I have fixed pymupdf version: pymupdf = ">=1.24.3" so no need for try except in each file.

jamie-lemon commented 3 months ago

Your commits seem to do a lot more than "Remove fitz and use pymupdf only" for example you are deleting the examples and other things.

dantetemplar commented 3 months ago

Your commits seem to do a lot more than "Remove fitz and use pymupdf only" for example you are deleting the examples and other things.

Hi, that because I have prepared 4 PRs in a row, but previous were declined :6

JorjMcKie commented 3 months ago

We will make that change in due time. At the moment we will maintain backwards compatibility and continue supporting "fitz" as import name.