Skip to content

πŸ”΅ New features, changes, and fixes! πŸ”΅

Compare
Choose a tag to compare
@alexpinel alexpinel released this 14 Apr 16:01
· 21 commits to main since this release

Hello!

Made some changes and added a few features! As always Dot can be installed through the website, or the binaries can be found on this very release.

πŸ¦” FEATURES:

  • Dot will now remember what documents you loaded after closing the app!
  • Doc Dot will now display the texts from which it formulated its answers, for PDFs it will also display the actual document on the correct page!
Screenshot 2024-04-14 at 15 09 47

πŸ¦†CHANGES:

  • Dot will not be installed with Mistral 7B anymore but will rather install it when opening the app for the first time.
  • Changed embedding model to BAAI llm-embedder this should increase the quality of Doc Dot's semantic searching capabilities.

🐝 KNOWN BUGS:

  • Sometimes answers that are too long are not displayed at all. This is due to the JSON output generated by python being split due to its length, the JS render process is then unable to read the truncated JSON.

πŸ“ WORKING ON:

  • Docker image
  • Linux version
  • MacOS intel version
  • Improved performance
  • Making it work on 8gb RAM devices

Anyway, hope you enjoy! Please let me know if there are any issues :)