mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Increase FORMAT_VERSION to force model re-creation
This commit is contained in:
parent
d7919c45a3
commit
9de4ca61e8
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def load_classifier():
|
|||
|
||||
class DocumentClassifier(object):
|
||||
|
||||
FORMAT_VERSION = 6
|
||||
FORMAT_VERSION = 7
|
||||
|
||||
def __init__(self):
|
||||
# hash of the training data. used to prevent re-training when the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue