Use PaperlessTask for llmindex

This commit is contained in:
shamoon
2025-04-29 19:40:05 -07:00
parent 84e17535fc
commit 96daa5eb18
9 changed files with 82 additions and 48 deletions

View File

@@ -18,4 +18,5 @@ class Command(ProgressBarMixin, BaseCommand):
llmindex_index(
progress_bar_disable=self.no_progress_bar,
rebuild=options["command"] == "rebuild",
scheduled=False,
)