feat(container): update clusterzx/paperless-ai ( 2.1.9 → 2.2.0 ) #8022
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.9
->2.2.0
Release Notes
clusterzx/paperless-ai (clusterzx/paperless-ai)
v2.2.0
Compare Source
What's Changed
Fix chat in firefox. submit form is deprecated by @Nikorag in https://github.com/clusterzx/paperless-ai/pull/151
Addressed: https://github.com/OLLAMA Memory Usage Spike During Manual AI Analysis clusterzx/paperless-ai#157#issuecomment-2593746955
Addressed: https://github.com/Ollama model support clusterzx/paperless-ai#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: clusterzx/paperless-ai@v2.1.9...v2.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.