v2.7.2 - 80x fast PDF loading
Linux/Mac users MUST read the updated instructions on github for PDF loading to work at all.
Huge shoutout to "the beef" for implementing streaming.
PDFs now load 80x faster by using PyMuPDF loader instead of pdfminer.six. HOWEVER, this requires a custom script of mine modifying Lanchain's source code.
-Windows users: This is done automatically when running setup.py
.
-Mac/Linux users: READ THE UPDATED INSTRUCTIONS ON HOW TO MOVE THE APPROPRIATE FILE.
"The beef" also added a button to view the docs in the database folder so you can more easily add/remove them. Remember, you must recreate the database afterwards.
ADDIING AFTER RELEASE:
(1) new server_connector.py
. Use this to replace the one in the official release in order to get citations along with the response from the LLM.
(2) adding corrected metrics_bar.py
to fix bug related to MacOS not working because the program tries to use an NVIDIA-specific library.