Skip to content

Releases: clusterzx/paperless-ai

v2.3.1

20 Jan 19:30
Compare
Choose a tag to compare

Fix for #194
Fixed Chat function to use with custom model.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

19 Jan 20:05
Compare
Choose a tag to compare

Full Changelog: v2.2.1...v2.3.0

Big News! As many people asked for own API Endpoints I now integrated the "Custom" section. You can now use every OpenAI API conform service you want (like DeepSeek, Openrouter.ai and so on).

Added #95
#78
#34
#134
#125
#122

v2.2.1

16 Jan 19:33
Compare
Choose a tag to compare

What's Changed

You can now download the Chrome extension zip from the repository to start chatting with your documents right out of paperless-ngx itself.
The official extension in chrome store is currently under review for approval.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

16 Jan 09:46
Compare
Choose a tag to compare

What's Changed

  • Fix chat in firefox. submit form is deprecated by @Nikorag in #151

  • Addressed: https://github.com//issues/157#issuecomment-2593746955

  • Addressed: https://github.com//discussions/142

  • Regarding the Ollama Service and Context size, I implemented a dynamic way of using num_ctx parameter. Now there is a "maximum" context size of 100.000 Tokens. Thats huge and most systems won't handle that. The solution comes in handy and checks how much tokens are needed for the prompt (based on Q4_0 Quantization Size), it adds a buffer for the response of 1024 tokens (thats more enough in my eyes for the JSON response) and transfers the new calculated num_ctx to the Ollama API call.

  • You now have the ability to view the full prompt + response log in /app/logs/prompt.txt

New Contributors

Full Changelog: v2.1.9...v2.2.0

v2.1.9

13 Jan 19:40
Compare
Choose a tag to compare

Full Changelog: v2.1.8...v2.1.9

Added a new Settings option:
Brought back num_ctx (100000) for Ollama.

"Use existing Correspondents and Tags".

If you choose yes, all your tags and correspondents will be added to the prompt for later data matching and providing better consistent results. BUT it will increase your token length and will be costlier and for Ollama much more possible to run into issues.
When you have many preexisting data it will be somtimes the case that the prompt only consists of your data and nothing more. So pay attention!

v2.1.8

13 Jan 18:13
Compare
Choose a tag to compare

Fixed #118

Fixed #116

Fixed #115

Fixed #98

Fixed #106 again

Fix #103

Fix #140

Implemented #74
(/app/logs)

Implemented #88

Added a loggerService.js to log all messages to a txt and html file

Full Changelog: v2.1.7...v2.1.8

v2.1.6

12 Jan 19:42
Compare
Choose a tag to compare

Fixed #106

Fixed #99

Fixed #92

Fixed
#84

Fixed
#56

Added #111

Full Changelog: v2.1.5...v2.1.6

v2.1.5

11 Jan 22:31
Compare
Choose a tag to compare

87c75f3

Paperless-ai now also processes documents without owner rights, as this is indeed possible.

Full Changelog: v2.1.4...v2.1.5

v2.1.4

11 Jan 21:52
Compare
Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

Fixed #108
Also fixed thumbnail error 500.

v2.1.3

11 Jan 01:58
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

Added a history and reset function
#69