Note
Docsally now in its alpha version.
- Ollama
- Nomic-embed-text model (The Nomic-Embed-Text model will be downloaded automatically when the application runs.)
Note
The application may temporarily freeze while installing the Nomic-Embed-Text model, which is expected behavior.
Docsally is a simple AI document reader that helps you understand and summarize PDFs easily. It uses Ollama to run local AI models, extracts content from PDF files, and turns it into smart vectors stored in a vector database. This allows you to ask questions and get quick, accurate answers based on your documents.
Docsally is built to be easy to use—not complicated. More features will be added and improved in future updates to make your experience even better.
- Download the binary (msi) from the Releases page.
Next, run the msi file to begin installing the program.
- Download the binary (deb) from the Releases page.
then run this command to install it:
sudo dpkg -i <package-location>
<package-location>
means the location of the package, example of a location /example/download/docsally_0.1.0_amd64.deb
to start the app type:
docsally
- to zoom-in use (ctrl)
- to zoom-out use (alt)
If you encounter any problems, bugs, or have feature requests, feel free to open an issue!