You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when paperless-gpt behaves correctly and replaces the title / tags of a document, the logs seem to incorrectly reflect this...
ie. the INFO log says the old title/tags have been replaced with the OLD title/tags (they haven't - they have been correctly replaced with the new versions).
For example, I see:
paperless-gpt | time="2001-01-01T11:00:15Z" level=info msg="Processing Document ID XXX..." document_id=XXX
paperless-gpt | time="2001-01-01T11:00:17Z" level=info msg="Suggested title for document XXX: NEW_TITLE" document_id=XXX
paperless-gpt | time="2001-01-01T11:00:17Z" level=info msg="Suggested tags for document XXX: [newtag1 newtag2 newtag3]" document_id=XXX
paperless-gpt | time="2001-01-01T11:00:17Z" level=info msg="Suggested correspondent for document XXX: NewCorrespondant"
paperless-gpt | time="2001-01-01T11:00:17Z" level=info msg="Document XXX processed successfully." document_id=XXX
paperless-gpt | time="2001-01-01T11:00:18Z" level=info msg="Document XXX: Updated title from OLD_TITLE to OLD_TITLE"
paperless-gpt | time="2001-01-01T11:00:18Z" level=info msg="Document XXX: Updated tags from [oldtag1 oldtag2 oldtag3] to [oldtag1 oldtag2 oldtag3]"
paperless-gpt | time="2001-01-01T11:00:18Z" level=info msg="Document XXX updated successfully."
paperless-gpt | time="2001-01-01T11:00:18Z" level=info msg="Successfully processed document" document_id=XXX
The text was updated successfully, but these errors were encountered:
(first of all, thank-you for a great and useful tool!)
I've noticed that when paperless-gpt behaves correctly and replaces the title / tags of a document, the logs seem to incorrectly reflect this...
ie. the INFO log says the old title/tags have been replaced with the OLD title/tags (they haven't - they have been correctly replaced with the new versions).
For example, I see:
The text was updated successfully, but these errors were encountered: