generative-ai
generative-ai copied to clipboard
There is problem with Pymupdf in intro_multimodal_rag_utils.py
The fitz library is not working or supporting the Pymupdf anyomore.
Kindly resolve.
Did PR #343 fix the issue for you?
@holtskinner
Hi, I managed to resolve it.
However , I had to downgrade the version of pymupdf to 1.23.12 and it resolved this issue for me.
The problem is still present however with the the latest version of pymupdf (1.23.15). It gives an error in the following line of the intro_multimodal_rag_utils.py
- import fitz
I was able to solve it with
!pip install PyMuPDF
instead of
!pip install pymupdf