pymupdf / RAG

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

Enhanced image embedding format #128

Closed zkn365 closed 2 months ago

zkn365 commented 2 months ago

The following format cannot handle whitespace in the filename:

![](file name with whitespace.png)   nothing shown

Please consider the following format, which can display the image if there is whitespace in the filename:

![](<file name with whitespace.png>)
JorjMcKie commented 2 months ago

Thanks for the hint. Will include this change in the next version.

JorjMcKie commented 2 months ago

Fixed in version 0.0.15.