Releases: clusterzx/paperless-ai
v2.3.1
v2.3.0
v2.2.1
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.
- Added Chrome Exstension requirements.
- add by @clusterzx in #19
- Merge pull request #19 from clusterzx/main by @clusterzx in #164
- Open chat from Manual by @Nikorag in #154
Full Changelog: v2.2.0...v2.2.1
v2.2.0
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
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!