Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major improvements: new functionalities, better code readability, fixed bugs, improved interface, state-of-the-art free open-source model as default #45

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

costabm
Copy link

@costabm costabm commented Nov 2, 2023

Changes and improvements:

  • The app now has a "Forget conversation" button. This allows cleaning the memory of the chat, without erasing the memory of the PDFs.
  • The default model is now one of the latest free open-source models.
  • Replaced PyPDF2.PdfReader with pypdfium2.pdfium (higher performance stated here: https://github.com/py-pdf/benchmarks credit is given to another pull request by: yiwei-ang:feature/pdfium)
  • A message is displayed when the documents have been processed.
  • The code has been re-structured for better readability. A few explanation comments were added.
  • Bug fixed where the user message remained visible after submission and was re-sent automatically when the page was refreshed.
  • New human icon (previous one was not available).
  • The relevant packages have been updated and compatibility is assured.

@rtrad89
Copy link

rtrad89 commented Aug 15, 2024

Is this planned to be merged anytime soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants