mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-28 11:08:27 +00:00
Run classifier for item entities (concerned, correspondent)
Store the results separately from nlp results in attachment metadata.
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
ALTER TABLE "attachmentmeta"
|
||||
ADD COLUMN "classify_proposals" text;
|
||||
|
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `attachmentmeta`
|
||||
ADD COLUMN (`classify_proposals` mediumtext);
|
||||
|
@ -0,0 +1,3 @@
|
||||
ALTER TABLE "attachmentmeta"
|
||||
ADD COLUMN "classify_proposals" text;
|
||||
|
Reference in New Issue
Block a user