Replies: 6 comments 19 replies
-
some progress with ollama, as the docker log is error free. Unfortunately the reality isn't :) Even though the docker logs are showing: tags: [ 38 ], the history and paperless-ngx are empty regrding new tags or correspondents. The odd point here is, the log is stating: Please review your prompt or switch to OpenAI for better results. then i deleted the history of this document and was going into manual mode. In ollama i have this: truncated input prompt? this is not good i guess |
Beta Was this translation helpful? Give feedback.
-
Wondering if this is related to the change removing the num_ctx that was set to 10000 before that i've mentioned should be a configurable setting in the UI for what to send over to ollama |
Beta Was this translation helpful? Give feedback.
-
What I have integrated back in (what I removed for serveral versions) is that all existing Tags and correspondents are inserted into the prompt, so the LLM can see what existing structure you have and match better. |
Beta Was this translation helpful? Give feedback.
-
all of them from paperless-ngx? |
Beta Was this translation helpful? Give feedback.
-
I've got 2100 tags and 500+ correspondents |
Beta Was this translation helpful? Give feedback.
-
I added the num_ctx variable back to the ollamaService.js and set it to the 100000 i had before and my documents processed successfully without truncation errors |
Beta Was this translation helpful? Give feedback.
-
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
This discussion was created from the release v2.1.8.
Beta Was this translation helpful? Give feedback.
All reactions